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