aboutsummaryrefslogtreecommitdiff
path: root/src/components/CanonicalURL.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CanonicalURL.astro')
-rw-r--r--src/components/CanonicalURL.astro5
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" />