chore: update favicon
This commit is contained in:
@@ -13,7 +13,28 @@ export default withMermaid({
|
||||
description: "HDU 计算机科学讲义",
|
||||
lastUpdated: true,
|
||||
cleanUrls: true,
|
||||
head: [['script', { async: "async", src: 'https://umami.hdu-cs.wiki/script.js', "data-website-id": "3f11687a-faae-463a-b863-6127a8c28301", "data-domains": "wiki.xyxsw.site,hdu-cs.wiki" }]],
|
||||
head: [
|
||||
['script', { async: "async", src: 'https://umami.hdu-cs.wiki/script.js', "data-website-id": "3f11687a-faae-463a-b863-6127a8c28301", "data-domains": "wiki.xyxsw.site,hdu-cs.wiki" }],
|
||||
['link', { rel: 'icon', href: '/favicon.ico' }],
|
||||
["meta", { "name": "description", "content": "HDU计算机科学讲义" }],
|
||||
["meta", { "property": "og:url", "content": "https://hdu-cs.wiki/" }],
|
||||
["meta", { "property": "og:type", "content": "website" }],
|
||||
["meta", { "property": "og:title", "content": "HDU-CS-WIKI | HDU-CS-WIKI" }],
|
||||
["meta", { "property": "og:description", "content": "HDU计算机科学讲义" }],
|
||||
["meta", { "property": "og:image", "content": "https://cdn.xyxsw.site/og-img.png" }],
|
||||
["meta", { "name": "twitter:card", "content": "summary_large_image" }],
|
||||
["meta", { "property": "twitter:domain", "content": "hdu-cs.wiki" }],
|
||||
["meta", { "property": "twitter:url", "content": "https://hdu-cs.wiki/" }],
|
||||
["meta", { "name": "twitter:title", "content": "HDU-CS-WIKI | HDU-CS-WIKI" }],
|
||||
["meta", { "name": "twitter:description", "content": "HDU计算机科学讲义" }],
|
||||
["meta", { "name": "twitter:image", "content": "https://cdn.xyxsw.site/og-img.png" }],
|
||||
["link", { "rel": "apple-touch-icon", "sizes": "180x180", "href": "/apple-touch-icon.png" }],
|
||||
["link", { "rel": "icon", "type": "image/png", "sizes": "32x32", "href": "/favicon-32x32.png" }],
|
||||
["link", { "rel": "icon", "type": "image/png", "sizes": "16x16", "href": "/favicon-16x16.png" }],
|
||||
["link", { "rel": "manifest", "href": "/site.webmanifest" }],
|
||||
["link", { "rel": "mask-icon", "href": "/safari-pinned-tab.svg", "color": "#5bbad5" }],
|
||||
["meta", { "name": "msapplication-TileColor", "content": "#2b5797" }],
|
||||
],
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: nav(),
|
||||
|
||||
Reference in New Issue
Block a user