mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-21 07:29:37 +01:00
fix: add cname to docusaurus config file
This commit is contained in:
parent
3c6a219c60
commit
4592049a7e
@ -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 New Issue
Block a user