mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
chore: remove old file
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
import rss, { pagesGlobToRssItems } from '@astrojs/rss';
|
|
||||||
|
|
||||||
export async function get(context) {
|
|
||||||
return rss({
|
|
||||||
title: 'Your Blog Title',
|
|
||||||
description: 'Your blog description',
|
|
||||||
site: context.site,
|
|
||||||
// This glob includes both Markdown (.md) and MDX (.mdx) files
|
|
||||||
items: await pagesGlobToRssItems(import.meta.glob('../content/journal/2025/*.{md,mdx}')),
|
|
||||||
});
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user