add correct favicon path to root layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user