diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/CanonicalURL.astro | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/CanonicalURL.astro b/src/components/CanonicalURL.astro deleted file mode 100644 index 0081f71..0000000 --- a/src/components/CanonicalURL.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -const canonicalURL = new URL(Astro.url.pathname, Astro.site); ---- - -<link href={canonicalURL} rel="canonical" /> |