mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
chore: update website taglines
This commit is contained in:
parent
56a9f5723b
commit
e8b3ada53c
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 open source private npm proxy registry',
|
||||
tagline: 'A lightweight private proxy registry built in Node.js',
|
||||
organizationName: 'verdaccio',
|
||||
projectName: 'verdaccio',
|
||||
url: 'https://verdaccio.org',
|
||||
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
}),
|
||||
},
|
||||
customFields: {
|
||||
description: 'A lightweight private NPM proxy registry built in Node.js.'
|
||||
description: 'A lightweight private proxy registry built in Node.js'
|
||||
},
|
||||
themeConfig: {
|
||||
announcementBar: {
|
||||
|
|
Loading…
Add table
Reference in a new issue