Skip to content

Commit

Permalink
chore: update vuepress configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Dec 16, 2024
1 parent 3240865 commit 0b08146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = ({title, description, base = "", url, apiRedirectUrl = "", them
["meta", {name: "twitter:title", content: title}],
["meta", {name: "twitter:description", content: description}],
["meta", {name: "twitter:card", content: "summary"}],
["meta", {name: "robots", content: "noindex, nofollow"}],
["link", {rel: "preconnect", href: `https://${ALGOLIA.appId}-dsn.algolia.net`, crossOrigin: true}]
],
themeConfig: {
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 @@ -185,6 +185,7 @@
"productionBranch": "production",
"developBranch": "production",
"npmAccess": "public",
"npmDistTag": "v7-latest",
"ignoreSyncDependencies": [
"express",
"@types/express"
Expand Down

0 comments on commit 0b08146

Please sign in to comment.