mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
chore: add sire verification tags
This commit is contained in:
parent
9cc691db23
commit
c6d8ec932d
1 changed files with 7 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue