Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 34aeeba

Browse files
committed
fix: Show favicon
1 parent 1a8c87e commit 34aeeba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/verax-logo-circle.svg" />
5+
<link rel="icon" type="image/svg+xml" href="src/assets/verax-logo-circle.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite + React + TS</title>
88
</head>

0 commit comments

Comments
 (0)