We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b2b22 commit 961de65Copy full SHA for 961de65
index.html
@@ -2,11 +2,11 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <link rel="icon" type="./image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Vite + React</title>
8
<script type="module" crossorigin src="/assets/index-5SV0ojzs.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-kQJbKSsj.css">
+ <link rel="stylesheet" crossorigin href="./assets/index-kQJbKSsj.css">
10
</head>
11
<body>
12
<div id="root"></div>
0 commit comments