Skip to content

Commit 0b08146

Browse files
committed
chore: update vuepress configuration
1 parent 3240865 commit 0b08146

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

docs/.vuepress/config.base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = ({title, description, base = "", url, apiRedirectUrl = "", them
3232
["meta", {name: "twitter:title", content: title}],
3333
["meta", {name: "twitter:description", content: description}],
3434
["meta", {name: "twitter:card", content: "summary"}],
35+
["meta", {name: "robots", content: "noindex, nofollow"}],
3536
["link", {rel: "preconnect", href: `https://${ALGOLIA.appId}-dsn.algolia.net`, crossOrigin: true}]
3637
],
3738
themeConfig: {

docs/.vuepress/public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
"productionBranch": "production",
186186
"developBranch": "production",
187187
"npmAccess": "public",
188+
"npmDistTag": "v7-latest",
188189
"ignoreSyncDependencies": [
189190
"express",
190191
"@types/express"

0 commit comments

Comments
 (0)