diff --git a/src/config/html.js b/src/config/html.js index 22742fef..26ba993c 100644 --- a/src/config/html.js +++ b/src/config/html.js @@ -23,7 +23,7 @@ module.exports = { ({ relative }) => ``, () => ``, ({ appleStatusBarStyle }) => ``, - ({ appName }) => appName ? `` : `` + ({ appShortName, appName }) => (appShortName || appName) ? `` : `` ], appleStartup: [ //