From a2c77107c87ec106a5da92e97ef0215c53949d3b Mon Sep 17 00:00:00 2001 From: Ross <9055337+Chadsr@users.noreply.github.com> Date: Tue, 30 Nov 2021 21:18:59 +0100 Subject: [PATCH] enable android/ios icons (#27) --- webpack.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webpack.config.ts b/webpack.config.ts index 14bf6ccb..2a916771 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -97,9 +97,9 @@ module.exports = { inject: true, favicons: { icons: { - android: false, - appleIcon: false, - appleStartup: false, + android: true, + appleIcon: true, + appleStartup: true, coast: false, favicons: true, firefox: false,