Fix login url

This commit is contained in:
Gabriel Augendre 2020-12-03 23:05:06 +01:00
parent ed1d6a3d47
commit 3ff0c0292f
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -188,3 +188,5 @@ BLOG = {
SHORTPIXEL_API_KEY = os.getenv("SHORTPIXEL_API_KEY")
PLAUSIBLE_DOMAIN = os.getenv("PLAUSIBLE_DOMAIN")
LOGIN_URL = "admin:login"