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:
Davidzdh 2024-10-11 20:37:20 +09:00 committed by GitHub
parent 13381b9b4d
commit cdbba1578b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ DEFAULT_LANGUAGE="English"
# Probably only necessary in development.
# PORT=1333
STATIC_ROOT=static/
MEDIA_ROOT=images/
# Database configuration