--- import "$lib/styles/app.css"; import { astroI18n } from "astro-i18n"; import { SEO } from "astro-seo"; import { ClientRouter } from "astro:transitions"; const { title, description, clientSideRouter = true, autoDarkMode = true } = Astro.props.frontmatter || Astro.props; import "../../public/fonts/roboto/roboto.css"; --- ({ hrefLang: locale, href: `https://steamwar.de/${locale}/`, }))} /> {autoDarkMode && ( )} {clientSideRouter && }