Skip to content

Commit

Permalink
fix: head tag for sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Oct 4, 2024
1 parent 40064fc commit 0c47e14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const isProduction = import.meta.env.MODE === 'production'
<link rel='icon' type='image/png' href='/bb_favicon.png' />
<meta name='viewport' content='width=device-width,initial-scale=1' />
<meta name='generator' content={Astro.generator} />
<link rel='sitemap' href='/sitemap-index.xml' />
<title>{`${metaTitle} - ${metaSubtitle}`}</title>
<meta name='description' content={metaDescription} />
<meta
Expand Down

0 comments on commit 0c47e14

Please sign in to comment.