meta
deploy to production / deploy (push) Successful in 34s

This commit is contained in:
robin
2023-11-19 17:46:01 +00:00
parent ff3f635277
commit e09d6eb2a9
3 changed files with 64 additions and 0 deletions
+5
View File
@@ -19,6 +19,11 @@ interface Page {
jobOffer: jobOffer
rows: Row[]
id: string
meta: {
title: string
description: string
keywords: string
}
}
interface teaserHomepage {