feat: set trailingSlash to true

This commit is contained in:
ValdiANS
2025-12-10 17:31:06 +07:00
parent cfaac14820
commit 3826b8ea53
+1
View File
@@ -3,6 +3,7 @@ import type { NextConfig } from 'next';
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
output: 'export', output: 'export',
images: { unoptimized: true }, images: { unoptimized: true },
trailingSlash: true,
}; };
export default nextConfig; export default nextConfig;