Skip to content

Commit

Permalink
Replace router
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Feb 14, 2024
1 parent 6100ab7 commit 72fa62a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createBrowserRouter } from 'react-router-dom';
import { createHashRouter } from 'react-router-dom';

import Changelog from './app/Changelog';
import Docs from './app/Docs';
Expand All @@ -8,7 +8,7 @@ import Icon from './app/Icon';
import Icons from './app/Icons';
import Layout from './design/layout/Layout';

const router = createBrowserRouter(
const router = createHashRouter(
[
{
element: <Layout />,
Expand Down

0 comments on commit 72fa62a

Please sign in to comment.