Skip to content

Commit

Permalink
add flag for trailingSlash
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondhtet committed Jul 13, 2024
1 parent 270dfda commit 34f4822
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/** @type {import('next').NextConfig} */
module.exports = {
const nextConfig = {
output: 'export',
distDir: 'dist',
reactStrictMode: false,
trailingSlash: false
}

trailingSlash: true
}

module.exports = nextConfig

0 comments on commit 34f4822

Please sign in to comment.