|
@@ -6,6 +6,26 @@ export default defineConfig({
|
|
|
description: 'Declarative ThreeJS using Vue Components',
|
|
|
head: [
|
|
|
['link', { rel: 'icon', type: 'image/svg', href: '/favicon.svg' }],
|
|
|
+ ['meta', { name: 'theme-color', content: '#82DBC5' }],
|
|
|
+ ['meta', { name: 'twitter:card', content: 'summary_large_image' }],
|
|
|
+ ['meta', { name: 'twitter:site', content: '@tresjs_dev' }],
|
|
|
+ ['meta', { name: 'twitter:creator', content: '@tresjs_dev' }],
|
|
|
+ ['meta', { property: 'og:type', content: 'website' }],
|
|
|
+ ['meta', { property: 'og:site_name', content: 'TresJS' }],
|
|
|
+ [
|
|
|
+ 'meta',
|
|
|
+ {
|
|
|
+ property: 'og:image',
|
|
|
+ content: 'https://repository-images.githubusercontent.com/571314349/10996566-7f70-473b-a8e5-4e56fc0ca850',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ 'meta',
|
|
|
+ {
|
|
|
+ property: 'twitter:image',
|
|
|
+ content: 'https://repository-images.githubusercontent.com/571314349/10996566-7f70-473b-a8e5-4e56fc0ca850',
|
|
|
+ },
|
|
|
+ ],
|
|
|
['script', { defer: 'true', 'data-domain': 'tresjs.org', src: 'https://plausible.io/js/script.js' }],
|
|
|
],
|
|
|
themeConfig: {
|