fix: some issues
This commit is contained in:
@@ -7,6 +7,7 @@ import { fixRenderedMarkdown } from "@lib/helpers.ts";
|
||||
|
||||
export type Article = {
|
||||
id: string;
|
||||
type: "article";
|
||||
content: string;
|
||||
name: string;
|
||||
tags: string[];
|
||||
@@ -86,6 +87,7 @@ function parseArticle(original: string, id: string): Article {
|
||||
}
|
||||
|
||||
return {
|
||||
type: "article",
|
||||
id,
|
||||
name,
|
||||
tags,
|
||||
|
||||
Reference in New Issue
Block a user