mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-27 22:59:51 -05:00
fix: solve seo issue #760
Docusaurus uses tagline for description in latest version c47af6be4b
This commit is contained in:
parent
d04dc8da73
commit
62d30333d8
3 changed files with 2409 additions and 84 deletions
|
@ -9,6 +9,6 @@
|
|||
"rename-version": "docusaurus-rename-version"
|
||||
},
|
||||
"devDependencies": {
|
||||
"docusaurus": "1.0.14"
|
||||
"docusaurus": "1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
|
|
2489
website/yarn.lock
2489
website/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue