Upgrade Astro to 4.1+

This commit is contained in:
Cassidy Williams
2024-01-06 22:59:45 -06:00
parent 330cd30dd2
commit 9c8e5e3195
5 changed files with 5922 additions and 1290 deletions

View File

@@ -9,7 +9,7 @@ posts = posts.sort(
new Date(a.frontmatter.updated || a.frontmatter.added).valueOf()
);
export const get = () =>
export const GET = () =>
rss({
title: SITE_TITLE,
description: SITE_DESCRIPTION,