Skip to content

Commit f2a28e7

Browse files
committed
fix: warnings
1 parent f4e0851 commit f2a28e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

web-canada/src/pages/rss.xml.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import { getCollection } from 'astro:content';
22
import rss from '@astrojs/rss';
3-
import sanitizeHtml from 'sanitize-html';
4-
import MarkdownIt from 'markdown-it';
5-
const parser = new MarkdownIt();
63

7-
export async function GET(context) {
4+
export async function GET(_context) {
85
const blog = await getCollection('blog');
96
return rss({
107
title: 'Canada - Working Holiday für 12 Monate - Blog',

0 commit comments

Comments
 (0)