mirror of
https://github.com/nix-community/noogle.git
synced 2024-12-26 10:28:28 +03:00
fix assets
This commit is contained in:
parent
bb6bd99801
commit
20867d779e
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user