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
+ +