Skip to content

Commit

Permalink
Merge pull request #664 from Dark-Matter-Labs/staging
Browse files Browse the repository at this point in the history
fix type ion tag
  • Loading branch information
theocampbell authored Sep 10, 2024
2 parents cab5ebd + 491f0ce commit 64cd7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/nieuws/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function NewsOverviewPage() {
});
const nonFeaturedNewsItems = await sanityFetch({
query: NON_FEATURED_NEWS_ITEMS_QUERY,
tags: ['newsItems'],
tags: ['newsItem'],
});
return (
<NewsOverview
Expand Down

0 comments on commit 64cd7dd

Please sign in to comment.