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 = { const nextConfig = {
/* config options here */ /* config options here */
reactCompiler: true, reactCompiler: true,
basePath: "/sweetHome", // basePath: "/sweetHome",
assetPrefix: "/sweetHome/", // assetPrefix: "/sweetHome/",
}; };
export default nextConfig; export default nextConfig;