mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
fix: solve seo issue #760
Docusaurus uses tagline for description in latest version c47af6be4b
This commit is contained in:
parent
d04dc8da73
commit
62d30333d8
@ -9,6 +9,6 @@
|
|||||||
"rename-version": "docusaurus-rename-version"
|
"rename-version": "docusaurus-rename-version"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"docusaurus": "1.0.14"
|
"docusaurus": "1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ const users = [
|
|||||||
|
|
||||||
const siteConfig = {
|
const siteConfig = {
|
||||||
title: 'Verdaccio' /* title for your website */,
|
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 */,
|
url: 'http://www.verdaccio.org' /* your website url */,
|
||||||
organizationName: 'verdaccio',
|
organizationName: 'verdaccio',
|
||||||
cname: 'www.verdaccio.org',
|
cname: 'www.verdaccio.org',
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user