Merge branch 'feature/static-fe' into 'develop'
Static frontend See merge request pleroma/pleroma!1917
This commit is contained in:
commit
2cc043591c
16 changed files with 685 additions and 0 deletions
|
|
@ -798,3 +798,10 @@ config :auto_linker,
|
|||
]
|
||||
```
|
||||
|
||||
## :static_fe
|
||||
|
||||
Render profiles and posts using server-generated HTML that is viewable without using JavaScript.
|
||||
|
||||
Available options:
|
||||
|
||||
* `enabled` - Enables the rendering of static HTML. Defaults to `false`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue