fix: change doc tag metadata parameter to keywords for matching dev convention

This commit is contained in:
Anda Toshiki 2023-06-12 00:37:22 +08:00
parent 8b5cbfa19f
commit beaa4cb9cc

View File

@ -3,7 +3,7 @@ export interface PostData {
href: string
create: number
update: number
tags?: string[]
keywords?: string[]
cover?: string
excerpt: string
}