Skip to content

Commit f10e91e

Browse files
committed
docs: enable trailingslash to align with seo
1 parent a868e6a commit f10e91e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/next.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const withNextra = require('nextra')({
66
module.exports = withNextra(/** @type {import('next').NextConfig} */({
77
output: 'export',
88
reactStrictMode: true,
9+
trailingSlash: true,
910
images: {
1011
unoptimized: true
1112
}

0 commit comments

Comments
 (0)