added base path

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