Fix login url
This commit is contained in:
parent
ed1d6a3d47
commit
3ff0c0292f
1 changed files with 2 additions and 0 deletions
|
@ -188,3 +188,5 @@ BLOG = {
|
|||
SHORTPIXEL_API_KEY = os.getenv("SHORTPIXEL_API_KEY")
|
||||
|
||||
PLAUSIBLE_DOMAIN = os.getenv("PLAUSIBLE_DOMAIN")
|
||||
|
||||
LOGIN_URL = "admin:login"
|
||||
|
|
Reference in a new issue