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 365e720 commit 05925e8Copy full SHA for 05925e8
dist/index.html
@@ -3,11 +3,11 @@
3
4
<head>
5
<meta charset="UTF-8" />
6
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <link rel="icon" type="image/svg+xml" href="./vite.svg" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
<title>Discord clone - Vue 3 + Vite + TailwindCSS </title>
9
- <script type="module" crossorigin src="/assets/index-44d1ac74.js"></script>
10
- <link rel="stylesheet" href="/assets/index-0469083f.css">
+ <script type="module" crossorigin src="./assets/index-44d1ac74.js"></script>
+ <link rel="stylesheet" href="./assets/index-0469083f.css">
11
</head>
12
13
<body class="bg-discord-dark-2 h-dvh w-screen">
0 commit comments