diff --git a/next.config.ts b/next.config.ts index 4b17ba1..80d60f4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -3,6 +3,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "export", distDir: "dist", + basePath: "/web", images: { unoptimized: true, },