From cfa7f127c0cc20bfc52948aeed9e423e92f2b796 Mon Sep 17 00:00:00 2001 From: rocord01 Date: Mon, 14 Jul 2025 05:33:04 -0400 Subject: [PATCH] guuuuuuh 2 --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 7b8066d..84d873e 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ const nextConfig = { output: 'export', + trailingSlash: true, env: { NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel', },