Skip to content

Commit ddeba34

Browse files
authored
attempt to prevent full page reload on GH pages (#56)
1 parent 905c9bc commit ddeba34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const basePath = process.env.REPOSITORY_NAME
88
const nextConfig: NextConfig = {
99
reactStrictMode: true,
1010
reactCompiler: true,
11+
trailingSlash: true,
1112
poweredByHeader: false,
1213
output: 'export',
1314
basePath,

0 commit comments

Comments
 (0)