summaryrefslogtreecommitdiffstats
path: root/docs/.vuepress
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2020-06-02 11:49:38 -0400
committerMatan Kushner <hello@matchai.dev>2020-06-02 11:49:38 -0400
commitda6c2c0d4b18422aeb38b60a40c84d9e15c41142 (patch)
treed3cba94609683e012674eeade56430b2dd31f61e /docs/.vuepress
parentbed4d40dd80add2d445ade6a6d0f7faffd4b6a1f (diff)
docs: #blacklivesmatter
Diffstat (limited to 'docs/.vuepress')
-rw-r--r--docs/.vuepress/config.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index c89ebba17..90ebcefe3 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -2,32 +2,32 @@ module.exports = {
locales: {
"/": {
lang: "en-US",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/de-DE/": {
lang: "de-DE",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ru-RU/": {
lang: "ru-RU",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/ja-JP/": {
lang: "ja-JP",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-CN/": {
lang: "zh-CN",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
},
"/zh-TW/": {
lang: "zh-TW",
- title: "Starship",
+ title: "Black Lives Matter",
description: "The minimal, blazing-fast, and infinitely customizable prompt for any shell!"
}
},