mirror of
https://github.com/averel10/crypto_clash.git
synced 2026-03-12 19:08:11 +01:00
fix: update Next.js configuration for assetPrefix and distDir
This commit is contained in:
@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
|
|||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
basePath: "/crypto_clash",
|
basePath: "/crypto_clash",
|
||||||
|
assetPrefix: "/crypto_clash",
|
||||||
|
distDir: "/crypto_clash",
|
||||||
output: "export", // <=== enables static exports
|
output: "export", // <=== enables static exports
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user