From 00ef5204fb536a3597ba97dc6966d007fd9dd12a Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Thu, 20 Nov 2025 17:22:13 -0800 Subject: [PATCH] use relative feed url --- src/components/footer.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/footer.astro b/src/components/footer.astro index 6980409..4d71806 100644 --- a/src/components/footer.astro +++ b/src/components/footer.astro @@ -2,7 +2,6 @@ import { siteAuthor, socials } from '@utils/globals.ts'; import { Icon } from 'astro-icon/components'; -const feedURL = new URL("feed.xml", Astro.site); const currentYear = new Date().getFullYear(); ---