projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bbf2e3f
)
still use mask
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Fri, 2 Dec 2022 11:09:55 +0000
(11:09 +0000)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Fri, 2 Dec 2022 11:10:35 +0000
(11:10 +0000)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 90dcc057f326928dd1f0cb0d8c30639f0a4a79e6..8e01044004f5eba93d330c32fe74bb53f3f07cf9 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-313,7
+313,7
@@
config :pleroma, :frontend_configurations,
loginMethod: "password",
logo: "/static/logo.svg",
logoMargin: ".1em",
loginMethod: "password",
logo: "/static/logo.svg",
logoMargin: ".1em",
- logoMask:
fals
e,
+ logoMask:
tru
e,
noAttachmentLinks: false,
nsfwCensorImage: "",
postContentType: "text/plain",
noAttachmentLinks: false,
nsfwCensorImage: "",
postContentType: "text/plain",
@@
-346,6
+346,12
@@
config :pleroma, :assets,
default_mascot: :pleroma_fox_tan
config :pleroma, :manifest,
default_mascot: :pleroma_fox_tan
config :pleroma, :manifest,
+ icons: [
+ %{
+ src: "/static/logo.svg",
+ type: "image/svg+xml"
+ }
+ ],
theme_color: "#282c37",
background_color: "#191b22"
theme_color: "#282c37",
background_color: "#191b22"