Skip to content

Commit

Permalink
add twitter card (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgillespie committed May 31, 2024
1 parent 8637355 commit 9e69549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ResourcePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ useServerSeoMeta({
description: computed(() => unref(resource)?.seo?.meta_description ?? null),
ogTitle: computed(() => unref(resource)?.seo?.title ?? unref(resource)?.title ?? null),
ogDescription: computed(() => unref(resource)?.seo?.meta_description ?? null),
twitterCard: 'summary_large_image',
});
const publishDate = computed(() => {
Expand Down

0 comments on commit 9e69549

Please sign in to comment.