daily-email: fix RSS feed
This commit is contained in:
parent
ea674d4aff
commit
62ffd9b603
|
@ -1,8 +1,8 @@
|
||||||
import MarkdownIt from 'markdown-it';
|
import MarkdownIt from 'markdown-it';
|
||||||
|
import _ from 'lodash';
|
||||||
import rss from '@astrojs/rss';
|
import rss from '@astrojs/rss';
|
||||||
import sanitizeHtml from 'sanitize-html';
|
import sanitizeHtml from 'sanitize-html';
|
||||||
import { getCollection } from 'astro:content';
|
import { getCollection } from 'astro:content';
|
||||||
import * as _ from 'lodash';
|
|
||||||
|
|
||||||
export async function get() {
|
export async function get() {
|
||||||
const emails = await getCollection('daily-email');
|
const emails = await getCollection('daily-email');
|
||||||
|
|
Loading…
Reference in a new issue