--- //import Header from "@components/Header.astro"; import Head from "@config/Head.astro"; import PreTheme from "@config/PreTheme.astro"; interface Props { title: string; description: string; image: string; } const { title, description } = Astro.props; ---