diff --git a/next.config.mjs b/next.config.mjs index 1a74521..e8de2c2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -6,13 +6,7 @@ const nextConfig = { images: { unoptimized: true, }, + basePath: 'hueforge-td', }; -if (process.env.NODE_ENV === 'production') { - nextConfig = { - ...nextConfig, - basePath: 'hueforge-td', - }; -} - export default nextConfig;