Skip to content

Commit 2f51657

Browse files
committed
Ensure trailingslash to keep links working
1 parent 2d2ba25 commit 2f51657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const nextConfig: NextConfig = {
77
output: "export",
88
basePath: repoBase,
99
assetPrefix: repoBase,
10+
trailingSlash: true,
1011
images: {
1112
unoptimized: true,
1213
},

0 commit comments

Comments
 (0)