We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0851 commit f2a28e7Copy full SHA for f2a28e7
web-canada/src/pages/rss.xml.js
@@ -1,10 +1,7 @@
1
import { getCollection } from 'astro:content';
2
import rss from '@astrojs/rss';
3
-import sanitizeHtml from 'sanitize-html';
4
-import MarkdownIt from 'markdown-it';
5
-const parser = new MarkdownIt();
6
7
-export async function GET(context) {
+export async function GET(_context) {
8
const blog = await getCollection('blog');
9
return rss({
10
title: 'Canada - Working Holiday für 12 Monate - Blog',
0 commit comments