This commit is contained in:
parent
bce1281d1d
commit
c9b65bd7a4
|
|
@ -126,7 +126,7 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:
|
|||
updated_at: frontmatter.date,
|
||||
company: frontmatter.title,
|
||||
progress: progress,
|
||||
statusText: deployStatus
|
||||
statusText: statusText,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue