Verified Commit 284938ab authored by anarcat's avatar anarcat
Browse files

Revert "fix RSS feeds"

Turns out that not only does not fix the bug, it likely makes things
worse because we *must* have a trailing slash there, see:

https://github.com/cstate/cstate/issues/164

I have filed that as a bug upstream, in:

https://github.com/cstate/cstate/issues/357

And will fix that next.

This reverts commit dbaa01c8.
parent dbaa01c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ defaultContentLanguage: en
# localhost should automatically work.
#
# Example: https://status.example.com/
baseURL: https://torprojectstatus.org
baseURL: https://torprojectstatus.org/

############################################################
# +------------------------------------------------------+ #