Skip to content

Commit c83e3c9

Browse files
remove trailing slash
1 parent 3b85f1a commit c83e3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const withNextra = nextra({
88

99
export default withNextra({
1010
basePath: "/docs",
11-
trailingSlash: true,
11+
trailingSlash: false,
1212
images: {
1313
remotePatterns: [
1414
{

0 commit comments

Comments
 (0)