Skip to content

Commit a10183e

Browse files
committed
Fix some page loading issues
1 parent 754a723 commit a10183e

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
@@ -7,6 +7,7 @@ const config = {
77
reactStrictMode: true,
88
output: 'export',
99
images: { unoptimized: true },
10+
trailingSlash: true,
1011
};
1112

1213
export default withMDX(config);

0 commit comments

Comments
 (0)