chore: enable trailing slash in next.config.ts
This commit is contained in:
parent
67407ab6ba
commit
d35d28d026
@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "export",
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
remotePatterns: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user