Skip to content

Commit 7802c14

Browse files
committed
feat: ✨ 分享meta设置
1 parent ee7e992 commit 7802c14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<link rel="icon" type="image/png" sizes="32x32" href="/pwa/favicon-32x32.png" />
1111
<link rel="apple-touch-icon" href="/pwa/apple-touch-icon.png" sizes="180x180" />
1212
<meta name="theme-color" content="#ffffff" />
13+
<meta property="og:title" content="Your app title" />
14+
<meta property="og:description" content="Your app description" />
15+
<meta property="og:image" content="/pwa/favicon-32x32.png" />
16+
<meta property="og:url" content="https://jsxiaosi.github.io/vue-xs-admin" />
1317
<script>
1418
window.process = {};
1519
</script>

0 commit comments

Comments
 (0)