import { Head } from "$fresh/runtime.ts"; import { URL } from "utils"; export default function Meta({ title, description, after_slash, color, }: { title: string; description: string; after_slash: string; color?: string; }) { return ( ); } { /* */ }