fix: update image source paths in Home component and remove assetPrefix from Next.js config

This commit is contained in:
averel10
2025-11-11 20:15:26 +01:00
parent 7cf8e65486
commit 706007db7a
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
basePath: "/crypto_clash",
assetPrefix: "/crypto_clash",
output: "export", // <=== enables static exports
reactStrictMode: true,
};