diff --git a/client/next.config.ts b/client/next.config.ts index 9b6e086..f688fc9 100644 --- a/client/next.config.ts +++ b/client/next.config.ts @@ -8,6 +8,7 @@ const nextConfig: NextConfig = { unoptimized: true, }, output: 'export', + trailingSlash: true, }; export default nextConfig;