diff --git a/next.config.ts b/next.config.ts index afcbe7e..aa3958c 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, },