aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-06 11:21:27 +0300
committerValentin Popov <valentin@popov.link>2024-09-06 11:21:27 +0300
commit2f362eaf0937360a0f2a81bac41be81111fa06a8 (patch)
treec4112b7007de8f2a6dc498b81ab02ab68f126834 /src/components
parent17c3115a0608bb7ef42c8038b36f24b2356004ec (diff)
downloadpopov.link-2f362eaf0937360a0f2a81bac41be81111fa06a8.tar.xz
popov.link-2f362eaf0937360a0f2a81bac41be81111fa06a8.zip
Added reading time timer
Diffstat (limited to 'src/components')
-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" />