From d35d28d02622cd2e6e310765c147f9c916727630 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Wed, 15 Jul 2026 14:31:03 +0530 Subject: [PATCH] chore: enable trailing slash in next.config.ts --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 1624cd8..45c5265 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "export", + trailingSlash: true, images: { unoptimized: true, remotePatterns: [