From 0df2b47c2fd2c61dfc9e71d69e0af8bfdffc412f Mon Sep 17 00:00:00 2001 From: Huu-Phat Ho Date: Wed, 23 Dec 2020 12:18:50 +0700 Subject: [PATCH] Update next.config.js --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index b0f8d797..363a7f18 100644 --- a/next.config.js +++ b/next.config.js @@ -10,7 +10,8 @@ module.exports = withPlugins([ cssLoaderOptions: { importLoaders: 1, localIdentName: '[local]' - } + }, + exportTrailingSlash: true } ] ])