Mirror of my GitHub Pages site
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix favicon link

Spenser Black (Jun 26, 2026, 8:39 PM EDT) 7c038c60 b6055ff9

+2 -1
+2 -1
src/layouts/BaseLayout.astro
··· 8 8 <html lang="en"> 9 9 <head> 10 10 <meta charset="utf-8" /> 11 - <link rel="icon" type="image/svg+xml" href="favicon.svg" /> 11 + <link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' /> 12 + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> 12 13 <meta name="viewport" content="width=device-width" /> 13 14 <meta name="generator" content={Astro.generator} /> 14 15 <title>{title}</title>