Skip to content

Commit 06dbab9

Browse files
committed
add trailing slashes
1 parent a85e6e2 commit 06dbab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
output: "export",
5-
trailingSlash: false,
5+
trailingSlash: true,
66
eslint: {
77
// Warning: This allows production builds to successfully complete even if
88
// your project has ESLint errors.

0 commit comments

Comments
 (0)