Skip to content

Commit

Permalink
docs: update documentation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 17, 2024
1 parent d1bf1b3 commit cb4d232
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = ({title, description, base = "", url, apiRedirectUrl = "", them
["meta", {property: "og:image:height", content: "1024"}],
["meta", {name: "twitter:title", content: title}],
["meta", {name: "twitter:description", content: description}],
["meta", {name: "twitter:card", content: "summary"}]
["meta", {name: "twitter:card", content: "summary"}],
["meta", {name: "robots", content: "noindex, nofollow"}]
],
themeConfig: {
shortTitle: "Ts.ED",
Expand Down
2 changes: 2 additions & 0 deletions docs/.vuepress/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"productionBranch": "6.x",
"developBranch": "6.x",
"npmAccess": "public",
"npmDistTag": "v6-latest",
"ignoreSyncDependencies": [
"express",
"@types/express"
Expand Down

0 comments on commit cb4d232

Please sign in to comment.