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

404

Page not found

If you see this message, please let me know