minor-changes (#313)
[akkoma] / docs / docs / configuration / static_dir.md
index 37e07eb0d225e107cb9b4736ec8774a5c595d77b..0653dc2a3bf49bbce63b7e9063adec882fe38b54 100644 (file)
@@ -89,6 +89,13 @@ config :pleroma, :frontend_configurations,
 
 Terms of Service will be shown to all users on the registration page. It's the best place where to write down the rules for your instance. You can modify the rules by adding and changing `$static_dir/static/terms-of-service.html`.
 
+## Favicon
+
+The favicon will display on the frontend, and in the browser tab. 
+
+Place a PNG file at `$static_dir/favicon.png` to change the favicon. Not that this
+is _one level above_ where the logo is placed, it should be on the same level as
+the `frontends` directory.
        
 ## Styling rendered pages