projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165ea03
)
Clarify location of frontends directory
author
Mark Felder
<feld@FreeBSD.org>
Tue, 28 Jul 2020 17:10:04 +0000
(12:10 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Tue, 28 Jul 2020 17:10:04 +0000
(12:10 -0500)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 09dd9e786d4cdbe4b8b196848be5e3f18ea1615c..48fe7c669b75da802ee30806de561227e166fb70 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-647,7
+647,8
@@
config :pleroma, :static_fe, enabled: false
# Example of frontend configuration
# This example will make us serve the primary frontend from the
-# `/frontends/pleroma/develop` folder in your instance static directory.
+# frontends directory within your `:pleroma, :instance, static_dir`.
+# e.g., instance/static/frontends/pleroma/develop/
#
# With no frontend configuration, the bundled files from the `static` directory will
# be used.