replace favicon

Co-authored-by: Petter Sæterøy <potetmos1@users.noreply.github.com>
This commit is contained in:
2025-07-02 17:48:06 +02:00
parent 119a48d115
commit f8b8a7466c
3 changed files with 1 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ const { lang = 'no' } = Astro.props;
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="generator" content={Astro.generator} />
<title>STUDiO 2025 - Studentfestivalen i Oslo</title>
</head>