We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce0748 commit c660928Copy full SHA for c660928
index.html
@@ -8,7 +8,7 @@
8
Race Timer — Klub Pemrograman TI POLNES
9
</title>
10
11
- <link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" />
+ <link rel="shortcut icon" href="/src/assets/favicon.ico" type="image/x-icon" />
12
</head>
13
14
<body>
package.json
@@ -37,5 +37,5 @@
37
"preview": "vite preview"
38
},
39
"type": "module",
40
- "version": "2.0.1"
+ "version": "2.0.2"
41
}
public/favicon.ico src/assets/favicon.icopublic/favicon.ico renamed to src/assets/favicon.ico
0 commit comments