From 45e84c18560289861862dd5af725471ac4c61dd3 Mon Sep 17 00:00:00 2001 From: Josh Bairstow Date: Wed, 3 Jun 2026 15:51:02 +1000 Subject: [PATCH] refactor(marks): anchor 404 page marks to content section --- src/pages/404.astro | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 7bf8b7a..8caacd3 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -6,14 +6,10 @@ import { home } from "~/lib/urls"; --- - - - - - - -
+ + +

404

Not yet here.

@@ -29,6 +25,7 @@ import { home } from "~/lib/urls";