--- import Base from "../layouts/Base.astro"; const path = Astro.url.pathname; const file = `zach${path}.md`; const routes = ["projects", "notes", "contact"]; --- 404 — page not found $ cat {file} cat: {file}: No such file or directory $ ls zach/ ~/ {routes.map((r) => {r}/)}
$ cat {file}
cat: {file}: No such file or directory
$ ls zach/