export function meta() { return [{ title: "404 - Page Not Found" }]; } export default function NotFound() { return (

404

Page not found.

Go home
); }