diff options
Diffstat (limited to 'doc/docs/.vuepress/config.js')
-rwxr-xr-x | doc/docs/.vuepress/config.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/docs/.vuepress/config.js b/doc/docs/.vuepress/config.js index 70ea66a..1fe44ce 100755 --- a/doc/docs/.vuepress/config.js +++ b/doc/docs/.vuepress/config.js | |||
@@ -4,7 +4,7 @@ module.exports = { | |||
4 | /** | 4 | /** |
5 | * Ref:https://v1.vuepress.vuejs.org/config/#title | 5 | * Ref:https://v1.vuepress.vuejs.org/config/#title |
6 | */ | 6 | */ |
7 | title: 'Yuescript', | 7 | title: 'YueScript', |
8 | /** | 8 | /** |
9 | * Ref:https://v1.vuepress.vuejs.org/config/#description | 9 | * Ref:https://v1.vuepress.vuejs.org/config/#description |
10 | */ | 10 | */ |
@@ -19,7 +19,7 @@ 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' }], | 22 | ['meta', { property: 'og:title', content: 'YueScript' }], |
23 | ['meta', { property: 'og:description', content: description }], | 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 | 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' }], | 25 | ['meta', { property: 'og:type', content: 'website' }], |
@@ -49,7 +49,7 @@ module.exports = { | |||
49 | locales: { | 49 | locales: { |
50 | '/': { | 50 | '/': { |
51 | lang: 'en-US', | 51 | lang: 'en-US', |
52 | title: 'Yuescript', | 52 | title: 'YueScript', |
53 | description: 'A language that compiles to Lua' | 53 | description: 'A language that compiles to Lua' |
54 | }, | 54 | }, |
55 | 55 | ||