From 36153011dcfd0afb1e88a52f892287b4f5c92a89 Mon Sep 17 00:00:00 2001 From: Gabriel Kanev Date: Wed, 3 May 2023 13:06:29 +0300 Subject: [PATCH 1/2] Adding Sitemap to the Meta info --- src/components/common/MetaTags.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro index e6e8c6a..0e35724 100644 --- a/src/components/common/MetaTags.astro +++ b/src/components/common/MetaTags.astro @@ -95,3 +95,4 @@ const image = + \ No newline at end of file From cc5676b4ad116a18c2f1a0595edb3980e5a4ae43 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Wed, 3 May 2023 14:53:34 -0400 Subject: [PATCH 2/2] Update MetaTags.astro I have only added the use of the getAssets function to convert the url to absolute note: Maybe the name of that function (getAssets) could improve --- src/components/common/MetaTags.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro index 0e35724..a6808b0 100644 --- a/src/components/common/MetaTags.astro +++ b/src/components/common/MetaTags.astro @@ -95,4 +95,4 @@ const image = - \ No newline at end of file +