mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: update website config
This commit is contained in:
parent
54582b0594
commit
0fbc09d7da
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const lgnMapping = {
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const progress = translations;
|
const progress = translations;
|
||||||
const limitLngIncluded = 40;
|
const limitLngIncluded = 80;
|
||||||
console.log('limit translation is on %s%', limitLngIncluded);
|
console.log('limit translation is on %s%', limitLngIncluded);
|
||||||
const isDeployPreview = process.env.CONTEXT === 'deploy-preview';
|
const isDeployPreview = process.env.CONTEXT === 'deploy-preview';
|
||||||
const isProductionDeployment = process.env.CONTEXT === 'production';
|
const isProductionDeployment = process.env.CONTEXT === 'production';
|
||||||
|
|
Loading…
Reference in a new issue