diff --git a/next.config.js b/next.config.js index 0d60710..ebae1c2 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,4 @@ module.exports = { reactStrictMode: true, + target: 'serverless', }