From: Cameron Otsuka Date: Fri, 21 Nov 2025 01:22:13 +0000 (-0800) Subject: use relative feed url X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;h=00ef5204fb536a3597ba97dc6966d007fd9dd12a;p=cotsuka.github.io use relative feed url --- 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(); ---