added base path
Some checks failed
Build frontend / build (push) Failing after 1m40s

This commit is contained in:
mouazkh
2026-03-19 21:35:59 +03:00
parent 73b0b537ec
commit a2139cf112

View File

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