still use mask
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 2 Dec 2022 11:09:55 +0000 (11:09 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 2 Dec 2022 11:10:35 +0000 (11:10 +0000)
config/config.exs

index 90dcc057f326928dd1f0cb0d8c30639f0a4a79e6..8e01044004f5eba93d330c32fe74bb53f3f07cf9 100644 (file)
@@ -313,7 +313,7 @@ config :pleroma, :frontend_configurations,
     loginMethod: "password",
     logo: "/static/logo.svg",
     logoMargin: ".1em",
-    logoMask: false,
+    logoMask: true,
     noAttachmentLinks: false,
     nsfwCensorImage: "",
     postContentType: "text/plain",
@@ -346,6 +346,12 @@ config :pleroma, :assets,
   default_mascot: :pleroma_fox_tan
 
 config :pleroma, :manifest,
+  icons: [
+    %{
+      src: "/static/logo.svg",
+      type: "image/svg+xml"
+    }
+  ],
   theme_color: "#282c37",
   background_color: "#191b22"