config: Enable trailing slashes in Next.js output.

This commit is contained in:
Alaguraj0361 2025-11-22 21:10:03 +05:30
parent ded22acd9b
commit 2e0d87a5cf

View File

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