Skip to content

Commit e525cad

Browse files
committed
Trailing slash fix
1 parent 4fb810b commit e525cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const withMDX = createMDX();
55
/** @type {import("next").NextConfig} */
66
const config = {
77
"reactStrictMode": true,
8+
"trailingSlash": true,
89
"output": "export"
910
};
1011

0 commit comments

Comments
 (0)