logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: abf38b405d8d517269adc88564756ffd34f11297
parent 360dd34f1925316f51f354e3c5658dafb414b483
Author: marcin mikołajczak <me@mkljczk.pl>
Date:   Sat, 14 Sep 2024 17:27:49 +0000

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

Diffstat:

Achangelog.d/manifest-icon-size.skip0
Mconfig/config.exs2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/manifest-icon-size.skip b/changelog.d/manifest-icon-size.skip diff --git a/config/config.exs b/config/config.exs @@ -344,7 +344,7 @@ config :pleroma, :manifest, icons: [ %{ src: "/static/logo.svg", - sizes: "144x144", + sizes: "512x512", purpose: "any", type: "image/svg+xml" }