diff --git a/crypto_clash_frontend/next.config.ts b/crypto_clash_frontend/next.config.ts index 81cd96a..6d0c4f1 100644 --- a/crypto_clash_frontend/next.config.ts +++ b/crypto_clash_frontend/next.config.ts @@ -3,7 +3,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { basePath: "/crypto_clash", assetPrefix: "/crypto_clash", - distDir: "/crypto_clash", output: "export", // <=== enables static exports reactStrictMode: true, };