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:
parent
e8b3ada53c
commit
ad5650300f
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue