diff --git a/docs/content/80.pwa.md b/docs/content/80.pwa.md index a610d7f2..c6e149bf 100644 --- a/docs/content/80.pwa.md +++ b/docs/content/80.pwa.md @@ -105,9 +105,9 @@ You can check web manifest generation on [modules/pwa/i18n.ts](https://github.co ### PWA Icons -Elk's favicon and PWA icons are generated from [Elk's SVG Logo](https://github.com/elk-zone/elk/blob/main/public/logo.svg) via [custom script](https://github.com/elk-zone/elk/blob/main/scripts/generate-pwa-icons.ts), using [sharp](https://github.com/lovell/sharp/) and [sharp-io](https://github.com/ssnangua/sharp-ico) libraries: +Elk's favicon and PWA icons are generated from [Elk's SVG Logo](https://github.com/elk-zone/elk/blob/main/public/logo.svg) via [custom script](https://github.com/elk-zone/elk/blob/main/scripts/generate-pwa-icons.ts), using [sharp](https://github.com/lovell/sharp/) and [sharp-ico](https://github.com/ssnangua/sharp-ico) libraries: - favicon.ico: transparent 64x64 32-bits icon -- pwa-64x64.png: transparent 64x64 8-bits icon (optimized from 32-bitss color) +- pwa-64x64.png: transparent 64x64 8-bits icon (optimized from 32-bits color) - pwa-192x192.png: transparent 192x192 8-bits icon (optimized from 32-bits color) - pwa-512x512.png: transparent 512x512 8-bits icon (optimized from 32-bit color) - maskable-icon.png: white background 512x512 8-bits icon (optimized from 32-bits color)