add favicon
All checks were successful
Deploy / Check & Build (push) Successful in 1m28s
Deploy / Deploy to Production (push) Successful in 1m22s

This commit is contained in:
RaineAllDay
2026-03-18 06:06:38 -06:00
parent 272ab85b62
commit 04bba8513c
4 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="%sveltekit.assets%/favicon.svg" />
<link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" />
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon.svg" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">