0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: restore tagline

This commit is contained in:
Juan Picado 2021-12-12 11:03:15 +01:00 committed by GitHub
parent e8b3ada53c
commit ad5650300f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ const pkgJson = require('./package.json')
/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
title: 'Verdaccio',
tagline: 'A lightweight private proxy registry built in Node.js',
tagline: 'A lightweight Node.js private proxy registry',
organizationName: 'verdaccio',
projectName: 'verdaccio',
url: 'https://verdaccio.org',
@ -53,7 +53,7 @@ module.exports = {
}),
},
customFields: {
description: 'A lightweight private proxy registry built in Node.js'
description: 'A lightweight Node.js private proxy registry'
},
themeConfig: {
announcementBar: {