import Head from "next/head" export default function Meta(props) { return ( {props.siteTitle} ) }