chore: add sire verification tags

This commit is contained in:
taskylizard 2024-09-03 09:11:44 +00:00
parent 9cc691db23
commit c6d8ec932d
No known key found for this signature in database
GPG key ID: 1820131ED1A24120

View file

@ -46,9 +46,14 @@ export default defineConfig({
['link', { rel: 'icon', href: '/test.png', type: 'image/svg+xml' }],
['link', { rel: 'alternate icon', href: '/test.png' }],
['link', { rel: 'mask-icon', href: '/test.png', color: '#7bc5e4' }],
// prettier-ignore
["meta", { name: "keywords", content: meta.keywords.join(" ") }],
['link', { rel: 'apple-touch-icon', href: '/test.png', sizes: '192x192' }]
['link', { rel: 'apple-touch-icon', href: '/test.png', sizes: '192x192' }],
// Bing site verification
["meta", {
name: "msvalidate.01", content: "55ae5a0600A8C7827B59CFD506D76DC2"
}],
// Google site verification
["meta", { name: "google-site-verification", content: "XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E" }]
],
transformHead: async (context) => generateMeta(context, meta.hostname),
buildEnd: async (context) => {