mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: add cname to docusaurus config file
This commit is contained in:
parent
3c6a219c60
commit
4592049a7e
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ const siteConfig = {
|
|||
tagline: 'A lightweight private npm proxy registry',
|
||||
url: 'http://www.verdaccio.org' /* your website url */,
|
||||
organizationName: 'verdaccio',
|
||||
cname: 'www.verdaccio.org',
|
||||
noIndex: false,
|
||||
baseUrl: '/' /* base url for your project */,
|
||||
projectName: 'verdaccio',
|
||||
headerLinks: [
|
||||
|
|
Loading…
Reference in a new issue