Skip to content

Commit

Permalink
fix canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed May 3, 2024
1 parent b5c9401 commit 6f0f98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interface Props {
image?: string;
}
const canonicalURL = new URL(Astro.url.pathname + '/index.html', Astro.site);
const canonicalURL = new URL(Astro.url.pathname + 'index.html', Astro.site);
const { title, description, image = '/og-image.png' } = Astro.props;
Expand Down

0 comments on commit 6f0f98e

Please sign in to comment.