mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-08 07:12:21 +00:00
Update .env.example
Added STATIC_ROOT=static/ to .env.example file. This change is necessary to ensure that the static files, such as CSS, load correctly in both logged-in and logged-out states. Previously, the lack of this configuration could lead to missing or broken CSS, affecting the website's usability.
This commit is contained in:
parent
13381b9b4d
commit
cdbba1578b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ DEFAULT_LANGUAGE="English"
|
|||
# Probably only necessary in development.
|
||||
# PORT=1333
|
||||
|
||||
STATIC_ROOT=static/
|
||||
MEDIA_ROOT=images/
|
||||
|
||||
# Database configuration
|
||||
|
|
Loading…
Reference in a new issue