diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-31 12:28:38 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-31 12:28:38 +0300 |
commit | f6c543a82a71610df87191b24934ffd6eacbe0ab (patch) | |
tree | 9ae983b0f31debe2a27e9ed2a69c7e18bfa2f81a /config/config.exs | |
parent | eeafcb9579fe559e85441a5b7864f7671d4880e8 (diff) | |
download | pleroma-frontends/static.tar.gz |
Static FEfrontends/static
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index 857e0afbb..dbb1622aa 100644 --- a/config/config.exs +++ b/config/config.exs @@ -646,8 +646,6 @@ config :pleroma, Pleroma.ActivityExpiration, enabled: true config :pleroma, Pleroma.Plugs.RemoteIp, enabled: true -config :pleroma, :static_fe, enabled: false - # Example of frontend configuration # This example will make us serve the primary frontend from the # frontends directory within your `:pleroma, :instance, static_dir`. |