forked from AkkomaGang/admin-fe
Leave emoji packs disabled in master branch for now.
This ensures a build doesn't get accidentally produced with it enabled.
This commit is contained in:
parent
2d30331fdf
commit
54e32f7ad6
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ module.exports = {
|
||||||
NODE_ENV: '"production"',
|
NODE_ENV: '"production"',
|
||||||
ENV_CONFIG: '"prod"',
|
ENV_CONFIG: '"prod"',
|
||||||
BASE_API: '"https://api-prod"',
|
BASE_API: '"https://api-prod"',
|
||||||
DISABLED_FEATURES: '[""]',
|
DISABLED_FEATURES: '["emoji-packs"]',
|
||||||
ASSETS_PUBLIC_PATH: '/pleroma/admin/'
|
ASSETS_PUBLIC_PATH: '/pleroma/admin/'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue