fixing breaking "$content" mention in rss,

This commit is contained in:
Matthieu Morin 2023-11-11 19:13:56 +01:00
parent 51d41fa91b
commit 29dd72114c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { listBlogPosts } from '$lib/contents/blog';
import { listBlogPosts } from '$content/blog';
import RSS from 'rss';
export const GET = async () => {