chore: enable trailing slash in next.config.ts

This commit is contained in:
Alaguraj0361 2026-07-15 14:31:03 +05:30
parent 67407ab6ba
commit d35d28d026

View File

@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: "export", output: "export",
trailingSlash: true,
images: { images: {
unoptimized: true, unoptimized: true,
remotePatterns: [ remotePatterns: [