[yoga-11] add common type and add logo

This commit is contained in:
Roland Schneider
2025-06-08 21:12:59 +02:00
parent ca60a9a2f4
commit 3bbd9dcbf6
4 changed files with 17 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ export default async function ServiceArticlePage({params}: {
if (!servicePage) {
return notFound()
}
const {subscribeNow, footer} = servicePage;
const {subscribeNow, footer, common} = servicePage;
const servicesByName = await strapiApi.getService(slug);
if (!servicesByName || servicesByName.length === 0) {
return notFound();