Skip to content

Commit

Permalink
disable trailingSlash
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondhtet committed Jul 13, 2024
1 parent 6e9db3a commit 270dfda
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ module.exports = {
output: 'export',
distDir: 'dist',
reactStrictMode: false,
trailingSlash: true,
exportPathMap: function () {
return {
'/': { page: '/' },
'/dashboard': { page: '/dashboard' },
}
},
trailingSlash: false
}

0 comments on commit 270dfda

Please sign in to comment.