Skip to content

Commit 3a6fd62

Browse files
committed
fix: document site rewrite paths
1 parent ebd428a commit 3a6fd62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/document/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import createMDX from '@next/mdx'
66
const nextConfig = {
77
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
88
output: 'export',
9+
trailingSlash: true
910
}
1011

1112
const withMDX = createMDX({

0 commit comments

Comments
 (0)