From 85252c9b7655e091b6550b8540034a9aa53c5717 Mon Sep 17 00:00:00 2001 From: mouazkh Date: Thu, 19 Mar 2026 21:49:27 +0300 Subject: [PATCH] removed basePath and assetPrefix --- next.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 0184708..1fc00a8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -2,8 +2,8 @@ const nextConfig = { /* config options here */ reactCompiler: true, - basePath: "/sweetHome", - assetPrefix: "/sweetHome/", + // basePath: "/sweetHome", + // assetPrefix: "/sweetHome/", }; export default nextConfig;