We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7e992 commit 7802c14Copy full SHA for 7802c14
index.html
@@ -10,6 +10,10 @@
10
<link rel="icon" type="image/png" sizes="32x32" href="/pwa/favicon-32x32.png" />
11
<link rel="apple-touch-icon" href="/pwa/apple-touch-icon.png" sizes="180x180" />
12
<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" />
17
<script>
18
window.process = {};
19
</script>
0 commit comments