Skip to content

Commit

Permalink
update github page
Browse files Browse the repository at this point in the history
  • Loading branch information
pjqdyd committed Dec 24, 2024
1 parent f6e6988 commit 1c63746
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/react-boot-demo/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Boot Demo</title>
<script type="module" crossorigin src="/react-boot-demo/assets/index-DMiq6jr4.js"></script>
<script type="module" crossorigin src="/react-boot-demo/assets/index-Cmp7tG_c.js"></script>
<link rel="stylesheet" crossorigin href="/react-boot-demo/assets/index-BX_TLXaD.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ const Router = createBrowserRouter([
path: '*',
element: <NotFound />,
}
])
], { basename: '/react-boot-demo' })

export default Router
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path'

// https://vitejs.dev/config/
export default defineConfig({
base: '/', // /react-boot-demo
base: '/react-boot-demo',
plugins: [
react({
babel:{
Expand Down

0 comments on commit 1c63746

Please sign in to comment.