diff --git a/src/pages/404.astro b/src/pages/404.astro index e7f5736..c73b661 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,15 +1,14 @@ --- import Layout from '../layouts/Layout.astro'; -const url = new URL(Astro.url); -const notFoundPath = url.pathname +const url = Astro.url.pathname ---

command not found.

-

sh: ~{notFoundPath}: command not found.

+

sh: ~{url}: command not found.

help