replace favicon
All checks were successful
Deploy to Netlify / deploy (push) Successful in 1m0s

add correct favicon path to root layout
This commit is contained in:
2025-05-22 19:08:00 +02:00
parent 65cf321781
commit 02efe24ba9
2 changed files with 21 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ const { title, showHeader = true } = Astro.props;
<meta charset="UTF-8" />
<meta name="description" content="Kreative Webentwicklung aus Rottweil" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<slot name="head" />
<script
is:inline