Skip to content

Commit

Permalink
enable android/ios icons (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr authored Nov 30, 2021
1 parent d2d5f73 commit a2c7710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a2c7710

Please sign in to comment.