diff --git a/app/main.py b/app/main.py index 7caf870..058014f 100644 --- a/app/main.py +++ b/app/main.py @@ -733,7 +733,7 @@ async def outbox_by_public_id( if maybe_object.ap_type == "Article": return RedirectResponse( - f"/articles/{public_id[:7]}/{maybe_object.slug}", + f"{BASE_URL}/articles/{public_id[:7]}/{maybe_object.slug}", status_code=301, ) diff --git a/app/templates/login.html b/app/templates/login.html index 96297bd..5879158 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -7,7 +7,7 @@ {% if error %}

Invalid password.

{% endif %} -
+