chore: Set Next.js trailingSlash option to true.
This commit is contained in:
parent
9198b6a731
commit
b1fff97254
@ -2,7 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'export',
|
||||
trailingSlash: false,
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user