Test fly deployment

This commit is contained in:
2024-03-09 23:03:52 +00:00
parent 8a9d1c6aa8
commit 5e0d4ffef5
4 changed files with 93 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import rss from "@astrojs/rss";
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
import { getBlogs } from "../content/blog.js";
import { getBlogs } from "../content/blog";
export async function GET(context) {
const posts = await getBlogs();