Fix PWA icons: add explicit sizes array to fix ApplicationIconCompiler null error
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,8 +23,10 @@ pwa:
|
||||
icons:
|
||||
- src: '%kernel.project_dir%/public/favicon.png'
|
||||
purpose: any
|
||||
sizes: [512, 192, 96, 48]
|
||||
- src: '%kernel.project_dir%/public/favicon.png'
|
||||
purpose: maskable
|
||||
sizes: [512, 192]
|
||||
shortcuts:
|
||||
- name: Evenements
|
||||
short_name: Events
|
||||
|
||||
Reference in New Issue
Block a user