Skip to content

Commit

Permalink
Revert "GitHub Pages: Testing new root paths"
Browse files Browse the repository at this point in the history
This reverts commit 17fdafe.
  • Loading branch information
vancura committed Jan 22, 2025
1 parent 17fdafe commit 0cf435b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const siteDomain = Astro.url.origin;
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="canonical" href={canonical} />
<link rel="sitemap" href="sitemap-index.xml" />
<link rel="sitemap" href="/sitemap-index.xml" />

<title>{title}</title>

Expand Down Expand Up @@ -80,8 +80,8 @@ const siteDomain = Astro.url.origin;

<meta property="article:author" content={HEAD.META.AUTHOR} />

<link href="favicon.png" rel="icon" media="(prefers-color-scheme: light)" />
<link href="favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)" />
<link href="/favicon.png" rel="icon" media="(prefers-color-scheme: light)" />
<link href="/favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content={title} />
Expand Down

0 comments on commit 0cf435b

Please sign in to comment.