From bd2474534da86094c38a60490da4a15adef3113f Mon Sep 17 00:00:00 2001 From: robalb <11277482+robalb@users.noreply.github.com> Date: Fri, 22 Mar 2024 00:59:54 +0100 Subject: [PATCH] fixed rss link, added article --- astro-website/src/components/Headers.astro | 2 +- astro-website/src/pages/{drafts => posts}/moving-data-x64.mdx | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename astro-website/src/pages/{drafts => posts}/moving-data-x64.mdx (100%) diff --git a/astro-website/src/components/Headers.astro b/astro-website/src/components/Headers.astro index 90333b4..0a3aad8 100644 --- a/astro-website/src/components/Headers.astro +++ b/astro-website/src/components/Headers.astro @@ -32,7 +32,7 @@ const type = isBlog ? "article" : "website" rel="alternate" type="application/rss+xml" title="Blog | Alberto Ventafridda" - href={`${Astro.site}rss.xml`} + href={`${Astro.site}feed.xml`} /> diff --git a/astro-website/src/pages/drafts/moving-data-x64.mdx b/astro-website/src/pages/posts/moving-data-x64.mdx similarity index 100% rename from astro-website/src/pages/drafts/moving-data-x64.mdx rename to astro-website/src/pages/posts/moving-data-x64.mdx