fix assets

This commit is contained in:
Domen Kožar 2022-11-30 13:44:08 +00:00
parent bb6bd99801
commit 20867d779e

View File

@ -13,7 +13,7 @@ const nextConfig = (phase, { defaultConfig }) => {
},
};
if (phase !== PHASE_DEVELOPMENT_SERVER) {
return { ...config, basePath: "/noogle", assetPrefix: "/noogle/" };
return { ...config, basePath: "", assetPrefix: "" };
}
return config;
};