Figure out what the feed generator should look like.
This commit is contained in:
parent
21fb068901
commit
34a215eb7b
@ -1,10 +1,4 @@
|
||||
import { Feed, FeedOptions } from 'feed';
|
||||
import { getSiteConfig } from '@blog/services/config';
|
||||
|
||||
export async function feedFactory(): Feed {
|
||||
|
||||
}
|
||||
|
||||
export async function generateFeed(posts: PostService, feed: Feed): Feed {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user