Skip to content

Commit

Permalink
add trailingSlash in nextjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondhtet committed Jul 13, 2024
1 parent cdbe202 commit 8537222
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
const nextConfig = {
output: 'export',
distDir: 'dist',
reactStrictMode: false
reactStrictMode: false,
trailingSlash: true
}

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit 8537222

Please sign in to comment.