chore: Set Next.js trailingSlash option to true.

This commit is contained in:
Alaguraj0361 2025-12-06 14:27:14 +05:30
parent 9198b6a731
commit b1fff97254

View File

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