diff --git a/next.config.ts b/next.config.ts index 9d1f4a2..02ed00e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,7 +2,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - output: 'export' + output: 'export', + trailingSlash: true }; export default nextConfig;