forked from AkkomaGang/akkoma
docs/config.md: Fix syntax, pleroma_fe isn’t an atom
This commit is contained in:
parent
aa492af6c2
commit
7db517ff06
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Frontends can access these settings at `/api/pleroma/frontend_configurations`
|
|||
|
||||
To add your own configuration for PleromaFE, use it like this:
|
||||
|
||||
`config :pleroma, :frontend_configurations, :pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
|
||||
`config :pleroma, :frontend_configurations, pleroma_fe: %{redirectRootNoLogin: "/main/all", ...}`
|
||||
|
||||
These settings need to be complete, they will override the defaults. See `priv/static/static/config.json` for the available keys.
|
||||
|
||||
|
|
Loading…
Reference in a new issue