File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ useHead({
1717 }
1818})
1919
20- // useSeoMeta({
21- // titleTemplate: '%s - ProjectM Visualizer Organization',
22- // ogImage: '' ,
23- // twitterImage: '' ,
24- // twitterCard: 'summary_large_image'
25- // })
20+ useSeoMeta ({
21+ titleTemplate: ' %s - ProjectM Visualizer Organization' ,
22+ ogImage: ` ${ useRuntimeConfig (). public . siteUrl }/assets/images/og-image.png ` ,
23+ twitterImage: ` ${ useRuntimeConfig (). public . siteUrl }/assets/images/og-image.png ` ,
24+ twitterCard: ' summary_large_image'
25+ })
2626
2727const { data : navigation } = await useAsyncData (' navigation' , () => queryCollectionNavigation (' docs' ), {
2828 transform : data => data .find (item => item .path === ' /docs' )?.children || []
Original file line number Diff line number Diff line change @@ -57,4 +57,8 @@ export default defineNuxtConfig({
5757 }
5858 }
5959 }
60+
61+ // image: {
62+ // domains: ['projectm-visualizer.org']
63+ // }
6064} )
You can’t perform that action at this time.
0 commit comments