This commit is contained in:
parent
073b0b108e
commit
016b6ac1a5
|
|
@ -95,6 +95,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
|
|||
id: frontmatter.id,
|
||||
icon: frontmatter.logo_url,
|
||||
name: frontmatter.p_name,
|
||||
model_parameter: frontmatter.model_parameter,
|
||||
category: frontmatter.tags,
|
||||
updated_at: frontmatter.date,
|
||||
company: frontmatter.title,
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ type AIFrontmatter = {
|
|||
author: string;
|
||||
image_url: string;
|
||||
logo_url: string;
|
||||
model_parameter: number;
|
||||
visible: boolean | undefined;
|
||||
salary: string | undefined;
|
||||
level: string | undefined;
|
||||
|
|
|
|||
Loading…
Reference in New Issue