Skip to content

Commit

Permalink
fix: Favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
riceball-tw committed Feb 14, 2024
1 parent ab2b5a5 commit 3abdcb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ const GOOGLE_ANALYTIC_ID = import.meta.env.PUBLIC_GOOGLEANALYTIC_ID
// @ts-ignore
// Link 'sizes' property is DOMTokenList type not string
// https://github.com/jonasmerlin/astro-seo/issues/87
{ rel: 'icon', href: 'favicon.ico', sizes: '32x32' },
{ rel: 'icon', href: '/images/brand/favicon/favicon.ico', sizes: '32x32' },
{ rel: 'icon', href: '/images/brand/favicon/logo.svg', type: 'image/svg+xml' },
{ rel: 'apple-touch-icon', href: '/apple-touch-icon.png' },
{ rel: 'apple-touch-icon', href: '/images/brand/favicon/apple-touch-icon.png' },
{ rel: 'manifest', href: '/manifest.webmanifest' },
{
rel: 'sitemap',
Expand Down

0 comments on commit 3abdcb8

Please sign in to comment.