Skip to content

Commit

Permalink
fix(project): create missing pwa icons
Browse files Browse the repository at this point in the history
Co-authored-by: Mike van Veenhuijzen <mike@videodock.com>
  • Loading branch information
2 people authored and AntonLantukh committed Feb 22, 2024
1 parent cc02259 commit 8a5ad86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added platforms/web/public/images/icons/pwa-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion platforms/web/pwa-assets.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig, defaultAssetName, type Preset, type AssetType, type Resol

export const ottPresetNoPadding: Preset = {
transparent: {
sizes: [196, 160, 144, 96, 64, 32],
sizes: [196, 192, 160, 144, 96, 64, 32, 16],
favicons: [[48, 'favicon.ico']],
padding: 0,
},
Expand Down

0 comments on commit 8a5ad86

Please sign in to comment.