components / not-found
not-found.
the justin06lee.dev 404 block: a random ascii cat fades in above a big mono headline, a muted excuse, and footer links. ten cats ship embedded. installs app/not-found.tsx so next.js picks it up with zero wiring.
installation
bunx @justin06lee/chrome@latest add not-foundprops
| name | type | default | description |
|---|---|---|---|
| title | string | '404' | big mono headline. |
| message | string | 'this page wandered off…' | muted line under the headline. |
| links | { label: string; href: string }[] | [{ label: 'home', href: '/' }] | footer links (plain anchors). |
| cat | number | - | fix the cat (0-9) instead of picking randomly on mount. |
| credit | boolean | true | show the subtle 'made by justin06lee.dev' line. |
| className | string | - |