removed basePath and assetPrefix
All checks were successful
Build frontend / build (push) Successful in 34s

This commit is contained in:
mouazkh
2026-03-19 21:49:27 +03:00
parent 73163be0c3
commit 85252c9b76

View File

@ -2,8 +2,8 @@
const nextConfig = {
/* config options here */
reactCompiler: true,
basePath: "/sweetHome",
assetPrefix: "/sweetHome/",
// basePath: "/sweetHome",
// assetPrefix: "/sweetHome/",
};
export default nextConfig;