fix: update RSS_BEAUTIFY env var to empty string

Changes default value of RSS_BEAUTIFY from boolean false to empty string for consistency with other environment variables in the configuration file.
This commit is contained in:
ccbikai
2025-01-01 19:13:50 +08:00
parent 876ba3e9a2
commit c50f475ad8

View File

@@ -24,4 +24,4 @@ TAGS=""
COMMENTS=""
LINKS=""
NAVS=""
RSS_BEAUTIFY=false
RSS_BEAUTIFY=""