diff options
| -rw-r--r-- | next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/next.config.js b/next.config.js index 05e4425..50b5b08 100644 --- a/next.config.js +++ b/next.config.js @@ -24,5 +24,6 @@ module.exports = () => { }, output: 'export', distDir: exportDir, + trailingSlash: true, }; } |
