Update title in index.html, remove unused font imports in index.css, and configure build output in vite.config.ts; add favicon.svg

This commit is contained in:
2026-05-14 18:28:12 -05:00
parent 1998736c8b
commit bd1b932805
5 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>drone-hub</title>
<title>Drone Hub</title>
</head>
<body>
<div id="root"></div>