Skip to content

Commit 8588906

Browse files
authored
Merge pull request #26 from shivero/feature/development
update build path
2 parents c47fd94 + 05925e8 commit 8588906

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<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">
9+
<script type="module" crossorigin src="./assets/index-44d1ac74.js"></script>
10+
<link rel="stylesheet" href="./assets/index-0469083f.css">
1111
</head>
1212

1313
<body class="bg-discord-dark-2 h-dvh w-screen">

0 commit comments

Comments
 (0)