1
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:
2022-02-11 11:10:05 -05:00
parent bb807e0e90
commit acf39efeaa
6 changed files with 38 additions and 33 deletions

2
types/index.d.ts vendored
View File

@ -6,7 +6,7 @@ export type NoteMetaType = {
date: string;
slug: string;
permalink: string;
description?: string;
description: string;
image?: string;
tags?: string[];
readingMins?: number;