aboutsummaryrefslogtreecommitdiff
path: root/src/components/CanonicalURL.astro
blob: 0081f71a623f2abe399d2c48faaaf2a2f0cf414a (plain) (blame)
1
2
3
4
5
---
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
---

<link href={canonicalURL} rel="canonical" />