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