mirror of
https://github.com/zoriya/blog.git
synced 2026-06-02 02:35:23 +00:00
Add back index.xml page for rss
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { APIContext } from "astro";
|
||||
import { GET as rssGET } from "./rss.xml";
|
||||
|
||||
export async function GET(context: APIContext) {
|
||||
return rssGET(context);
|
||||
}
|
||||
Reference in New Issue
Block a user