---
import { readSingleton } from '@directus/sdk';
import directus from '@lib/directus';
import BaseLayout from '@layouts/BaseLayout.astro';
import PrimaryCTA from '@components/ui/buttons/PrimaryCTA.astro';
import GoBack from '@/components/ui/buttons/GoBack.astro';
const global = await directus.request(readSingleton('site_global'));
---
Not Found
{`Page Not Found - ${global.name}`}
Did you know?
The 404 error code originated when CERN's web server displayed room 404 (their server
room) as the error message when a file wasn't found.