From 14a51efe4643946acd61a0b35c29a062bd25557f Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 29 Mar 2026 21:16:42 +0000 Subject: [PATCH] feat(docs): add custom 404 page with navigation links Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/astro.config.mjs | 1 + apps/web/src/pages/404.astro | 124 +++++++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+) create mode 100644 apps/web/src/pages/404.astro diff --git a/apps/web/astro.config.mjs b/apps/web/astro.config.mjs index 2c1452e2..834b40da 100644 --- a/apps/web/astro.config.mjs +++ b/apps/web/astro.config.mjs @@ -9,6 +9,7 @@ export default defineConfig({ integrations: [ starlight({ title: 'agent v', + disable404Route: true, head: [ { tag: 'link', diff --git a/apps/web/src/pages/404.astro b/apps/web/src/pages/404.astro new file mode 100644 index 00000000..88c33410 --- /dev/null +++ b/apps/web/src/pages/404.astro @@ -0,0 +1,124 @@ +--- +--- + + + + + + + 404 - Page Not Found | AgentV + + + + + + + +
+ +

404 - Page Not Found

+ +
+ +