Skip to content

Commit

Permalink
Fix: Issues with UI not showing.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverGoLt authored Sep 23, 2022
1 parent decd92d commit d7a859b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/assets/index.09663dc6.js"></script>
<link rel="stylesheet" href="/assets/index.f264da9f.css">
<script type="module" crossorigin src="./assets/index.09663dc6.js"></script>
<link rel="stylesheet" href="./assets/index.f264da9f.css">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit d7a859b

Please sign in to comment.