[yoga-11] add common type and add logo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user