Skip to content

Commit 7e72abb

Browse files
committed
Enables trailing slashes
* This fixes access to the about page by just visiting `/about` in production.
1 parent 9621f16 commit 7e72abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const nextConfig = {
55
scrollRestoration: true,
66
},
77
output: 'export',
8+
trailingSlash: true,
89
images: {
910
unoptimized: true
1011
}

0 commit comments

Comments
 (0)