diff --git a/next.config.js b/next.config.js index 66c99fd..766f50f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,5 @@ module.exports = { + target: "serverless", webpack(config) { config.module.rules.push({ test: /\.svg$/,