mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:46:39 -04:00
re-use feed.(xml,atom) logic
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -6,7 +6,7 @@ export type NoteMetaType = {
|
||||
date: string;
|
||||
slug: string;
|
||||
permalink: string;
|
||||
description?: string;
|
||||
description: string;
|
||||
image?: string;
|
||||
tags?: string[];
|
||||
readingMins?: number;
|
||||
|
Reference in New Issue
Block a user