From a2139cf1128b92617ade9cb10222fe95cb3dd46d Mon Sep 17 00:00:00 2001 From: mouazkh Date: Thu, 19 Mar 2026 21:35:59 +0300 Subject: [PATCH] added base path --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 690d2d0..4e37a08 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,6 +2,7 @@ const nextConfig = { /* config options here */ reactCompiler: true, + basePath: "/sweetHome/", }; export default nextConfig;