aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-31 12:28:38 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-31 12:28:38 +0300
commitf6c543a82a71610df87191b24934ffd6eacbe0ab (patch)
tree9ae983b0f31debe2a27e9ed2a69c7e18bfa2f81a /config/config.exs
parenteeafcb9579fe559e85441a5b7864f7671d4880e8 (diff)
downloadpleroma-frontends/static.tar.gz
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
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`.