diff --git a/customer-spa/src/App.tsx b/customer-spa/src/App.tsx index b68d4bc..468cfd2 100644 --- a/customer-spa/src/App.tsx +++ b/customer-spa/src/App.tsx @@ -104,7 +104,7 @@ const getRouterConfig = () => { const config = (window as any).woonoowCustomer; return { useBrowserRouter: config?.useBrowserRouter ?? true, - basePath: config?.basePath || '/store', + basePath: config?.basePath ?? '/store', }; };