From 0b19222eadcbad5fd699f520121b814a999a8449 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 15 Apr 2021 15:12:26 +0200 Subject: [PATCH] Remove serverless building target --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 437e230..66c99fd 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,4 @@ module.exports = { - target: 'serverless', webpack(config) { config.module.rules.push({ test: /\.svg$/,