Upgrade Astro to 4.1+
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user