diff --git a/src/pages/404.astro b/src/pages/404.astro index 0092c37..bfc6573 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -1,14 +1,14 @@ --- import Layout from '../layouts/Layout.astro'; -const url = Astro.url.pathname +const notFoundPath = Astro.url.pathname ---

command not found.

-

sh: ~{url}: command not found.

+

sh: ~{notFoundPath}: command not found.

help