Skip to content

Commit b710117

Browse files
committed
базовая структура фронта
1 parent 6e2065d commit b710117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/providers/RouterProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ const router = createBrowserRouter([
5050
path: '*',
5151
element: <Navigate to="/" replace />,
5252
},
53-
], { basename: '/ekvator' });
53+
], { basename: '/' });
5454

5555
export const RouterProvider = () => <BaseRouterProvider router={router} />;

0 commit comments

Comments
 (0)