--- import Layout from "../layouts/BaseLayout.astro"; import pageSchema from "../utils/schemas/pageSchema"; const title = "404 — Page Not Found | Valentin Popov"; const description = "The page you're looking for doesn't exist!"; const lang = "en"; const schema = pageSchema({ siteUrl: new URL("/", Astro.site).toString(), page: "/404", title, description, lang, }); ---

404

Page not found

If you see this message, please let me know