0
Fork 0
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:
Juan Picado @jotadeveloper 2018-06-16 07:10:16 +02:00
parent d04dc8da73
commit 62d30333d8
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 2409 additions and 84 deletions

View file

@ -9,6 +9,6 @@
"rename-version": "docusaurus-rename-version" "rename-version": "docusaurus-rename-version"
}, },
"devDependencies": { "devDependencies": {
"docusaurus": "1.0.14" "docusaurus": "1.2.0"
} }
} }

View file

@ -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',

File diff suppressed because it is too large Load diff