1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-01-09 00:35:30 +00:00

Merge branch 'manifest-icon-size' into 'develop'

Manifest: declare /static/logo.svg as 512x512 to match one bundled with pleroma

See merge request 
This commit is contained in:
marcin mikołajczak 2024-09-14 17:27:49 +00:00
commit abf38b405d
2 changed files with 1 additions and 1 deletions

View file

View file

@ -344,7 +344,7 @@ config :pleroma, :manifest,
icons: [
%{
src: "/static/logo.svg",
sizes: "144x144",
sizes: "512x512",
purpose: "any",
type: "image/svg+xml"
}