Skip to content

Commit f5bf26e

Browse files
Add trailing slash
1 parent d83d0c0 commit f5bf26e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
output: "export",
55
basePath: "/docs",
6+
trailingSlash: true,
67
images: {
78
unoptimized: true,
89
},

0 commit comments

Comments
 (0)