This commit is contained in:
hailin 2025-03-31 13:22:34 +08:00
parent bce1281d1d
commit c9b65bd7a4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
updated_at: frontmatter.date, updated_at: frontmatter.date,
company: frontmatter.title, company: frontmatter.title,
progress: progress, progress: progress,
statusText: deployStatus statusText: statusText,
}} }}
/> />