fix: replacing default site title and favicon in index.html

This commit is contained in:
jezzahehn 2025-05-31 16:42:21 -04:00
parent eef83add38
commit 2d477af634
3 changed files with 42 additions and 3 deletions

View file

@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/viossa_circle.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
<title>Viossa.net</title>
</head>
<body>
<div id="app"></div>