added base path
All checks were successful
Build frontend / build (push) Successful in 34s

This commit is contained in:
mouazkh
2026-03-19 21:41:02 +03:00
parent a2139cf112
commit 73163be0c3

View File

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