|
|
|
@ -23,32 +23,16 @@ export default defineConfig({
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
head: [
|
|
|
|
|
['link', { rel: 'icon', href: '/vitepress-logo-mini.svg' }],
|
|
|
|
|
['link', { rel: 'icon', type: 'image/svg+xml', href: '/vitepress-logo-mini.svg' }],
|
|
|
|
|
['link', { rel: 'icon', type: 'image/png', href: '/vitepress-logo-mini.png' }],
|
|
|
|
|
['meta', { name: 'theme-color', content: '#5f67ee' }],
|
|
|
|
|
['meta', { name: 'og:type', content: 'website' }],
|
|
|
|
|
['meta', { name: 'og:locale', content: 'en' }],
|
|
|
|
|
['meta', { name: 'og:site_name', content: 'VitePress' }],
|
|
|
|
|
[
|
|
|
|
|
'meta',
|
|
|
|
|
{ name: 'og:image', content: 'https://vitepress.dev/vitepress-og.jpg' }
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
'meta',
|
|
|
|
|
{
|
|
|
|
|
name: 'twitter:image',
|
|
|
|
|
content: 'https://vitepress.dev/vitepress-og.jpg'
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
[
|
|
|
|
|
'script',
|
|
|
|
|
{
|
|
|
|
|
src: 'https://cdn.usefathom.com/script.js',
|
|
|
|
|
'data-site': 'AZBRSFGG',
|
|
|
|
|
'data-spa': 'auto',
|
|
|
|
|
defer: ''
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
['meta', { name: 'og:image', content: 'https://vitepress.dev/vitepress-og.jpg' }],
|
|
|
|
|
['script', { src: 'https://cdn.usefathom.com/script.js', 'data-site': 'AZBRSFGG', 'data-spa': 'auto', defer: '' }]
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
themeConfig: {
|
|
|
|
|