diff options
Diffstat (limited to 'doc/docs/.vuepress/config.js')
| -rwxr-xr-x | doc/docs/.vuepress/config.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index fe34c46..b3f7313 100755 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js | |||
| @@ -19,6 +19,15 @@ module.exports = { | |||
| 19 | ['meta', { name: 'theme-color', content: '#3eaf7c' }], | 19 | ['meta', { name: 'theme-color', content: '#3eaf7c' }], |
| 20 | ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], | 20 | ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], |
| 21 | ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], | 21 | ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }], |
| 22 | ['meta', { property: 'og:title', content: 'Yuescript' }], | ||
| 23 | ['meta', { property: 'og:description', content: description }], | ||
| 24 | // Should probably have a og:url but I'm not sure how to add that without it being the same on all pages | ||
| 25 | ['meta', { property: 'og:type', content: 'website' }], | ||
| 26 | ['meta', { property: 'og:image', content: 'https://yuescript.org/image/yuescript.png' }], | ||
| 27 | ['meta', { property: 'og:image:secure_url', content: 'https://yuescript.org/image/yuescript.png' }], | ||
| 28 | ['meta', { property: 'og:image:type', content: 'image/png' }], | ||
| 29 | ['meta', { property: 'og:image:width', content: '1200' }], | ||
| 30 | ['meta', { property: 'og:image:height', content: '1200' }], | ||
| 22 | ['script', {}, `window.global = window;`], | 31 | ['script', {}, `window.global = window;`], |
| 23 | ['script', {}, ` | 32 | ['script', {}, ` |
| 24 | var Module = { | 33 | var Module = { |
