Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hirobon1690 committed Sep 24, 2023
1 parent a638a15 commit 8f00af0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion dist/assets/index-502e27ba.css

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/index-5a1fcabc.css

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.png" />
<link rel="icon" type="image/svg+xml" href="/hi_gui_app/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HiGUI</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="HiGUI">
<link rel="apple-touch-icon" href="/icon.png">
<script type="module" crossorigin src="/assets/index-579c7cee.js"></script>
<link rel="stylesheet" href="/assets/index-502e27ba.css">
<link rel="apple-touch-icon" href="/hi_gui_app/icon.png">
<script type="module" crossorigin src="/hi_gui_app/assets/index-f879ff1d.js"></script>
<link rel="stylesheet" href="/hi_gui_app/assets/index-5a1fcabc.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BrowserRouter } from 'react-router-dom';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<BrowserRouter>
<BrowserRouter basename='/hi_gui_app/'>
<App />
</BrowserRouter>
</React.StrictMode>
Expand Down

0 comments on commit 8f00af0

Please sign in to comment.