import Head from 'next/head' import { CMS_NAME, HOME_OG_IMAGE_URL } from '../lib/constants' const Meta = () => { return ( ) } export default Meta