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({
17
17
}
18
18
})
19
19
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
+ })
26
26
27
27
const { data : navigation } = await useAsyncData (' navigation' , () => queryCollectionNavigation (' docs' ), {
28
28
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({
57
57
}
58
58
}
59
59
}
60
+
61
+ // image: {
62
+ // domains: ['projectm-visualizer.org']
63
+ // }
60
64
} )
You can’t perform that action at this time.
0 commit comments