From b326f04e14beb2c3cb6ab3ffb6984a3926b54307 Mon Sep 17 00:00:00 2001 From: Raymond Htet Date: Sat, 13 Jul 2024 17:07:47 +0800 Subject: [PATCH] trailingSlash enabled --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 307118b..e75c7f3 100644 --- a/next.config.js +++ b/next.config.js @@ -3,7 +3,7 @@ const nextConfig = { output: 'export', distDir: 'dist', reactStrictMode: false, - trailingSlash: false + trailingSlash: true } module.exports = nextConfig