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

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

See merge request pleroma/pleroma!4260
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: [ icons: [
%{ %{
src: "/static/logo.svg", src: "/static/logo.svg",
sizes: "144x144", sizes: "512x512",
purpose: "any", purpose: "any",
type: "image/svg+xml" type: "image/svg+xml"
} }