Skip to content

Commit

Permalink
fix: solve seo issue #760
Browse files Browse the repository at this point in the history
Docusaurus uses tagline for description in latest version facebook/docusaurus@c47af6b
  • Loading branch information
juanpicado committed Jun 16, 2018
1 parent d04dc8d commit 62d3033
Show file tree
Hide file tree
Showing 3 changed files with 2,411 additions and 86 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"rename-version": "docusaurus-rename-version"
},
"devDependencies": {
"docusaurus": "1.0.14"
"docusaurus": "1.2.0"
}
}
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const users = [

const siteConfig = {
title: 'Verdaccio' /* title for your website */,
tagline: 'A lightweight private npm proxy registry',
tagline: 'Verdaccio 路 A lightweight private npm proxy registry',
url: 'http://www.verdaccio.org' /* your website url */,
organizationName: 'verdaccio',
cname: 'www.verdaccio.org',
Expand Down
Loading

0 comments on commit 62d3033

Please sign in to comment.