From 536956f0f320d1cf4be0938d7836a1dee64b345a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Sep 2024 21:23:21 +0000 Subject: Added canonical URL --- src/components/CanonicalURL.astro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/components/CanonicalURL.astro (limited to 'src/components') diff --git a/src/components/CanonicalURL.astro b/src/components/CanonicalURL.astro new file mode 100644 index 0000000..0081f71 --- /dev/null +++ b/src/components/CanonicalURL.astro @@ -0,0 +1,5 @@ +--- +const canonicalURL = new URL(Astro.url.pathname, Astro.site); +--- + + -- cgit v1.2.3