Skip to content

Commit a998071

Browse files
committed
chore(OpenGraph): add site name
1 parent a82c517 commit a998071

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default withMermaid({
2222
["meta", { "name": "viewport", "content": "width=device-width,initial-scale=1" }],
2323
["meta", { "property": "og:url", "content": "https://hdu-cs.wiki/" }],
2424
["meta", { "property": "og:type", "content": "website" }],
25+
["meta", { "property": "og:site_name", "content": "HDU-CS-WIKI" }],
2526
["meta", { "property": "og:title", "content": "HDU-CS-WIKI | HDU-CS-WIKI" }],
2627
["meta", { "property": "og:description", "content": "HDU计算机科学讲义" }],
2728
["meta", { "property": "og:image", "content": "https://cdn.xyxsw.site/og-img.png" }],

0 commit comments

Comments
 (0)