Simon 1 éve
szülő
commit
eb18c17c87
2 módosított fájl, 1 hozzáadás és 1 törlés
  1. BIN
      public/favicon.gif
  2. 1 1
      src/layouts/Layout.astro

BIN
public/favicon.gif


+ 1 - 1
src/layouts/Layout.astro

@@ -12,7 +12,7 @@ const { title } = Astro.props;
 		<meta charset="UTF-8" />
 		<meta name="description" content="Astro description" />
 		<meta name="viewport" content="width=device-width, initial-scale=1" />
-		<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+		<link rel="icon" type="image/svg+xml" href="/favicon.gif" />
 		<link rel="stylesheet" href="https://unpkg.com/98.css" />
 		<meta name="generator" content={Astro.generator} />
 		<title>{title}</title>