Skip to content

Commit bed3100

Browse files
committed
fix: blog image missing
1 parent 49807af commit bed3100

File tree

1 file changed

+1
-2
lines changed
  • next/app/[locale]/(marketing)/blog/[slug]

1 file changed

+1
-2
lines changed

next/app/[locale]/(marketing)/blog/[slug]/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default async function SingleArticlePage({
1717
filters: {
1818
slug: params.slug,
1919
locale: params.locale,
20-
},
21-
populate: "seo.metaImage",
20+
}
2221
},
2322
true,
2423
);

0 commit comments

Comments
 (0)