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/layouts/BaseLayout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index c100dad..2def353 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -1,5 +1,5 @@ --- - +import CanonicalURL from "../components/CanonicalURL.astro"; --- @@ -18,7 +18,7 @@ - + -- cgit v1.2.3