Manifest: declare /static/logo.svg as 512x512 to match one provided by pleroma-fe

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-12 11:27:29 +02:00
parent 360dd34f19
commit affdcdb68d
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"
}