import React from 'react'; import Head from 'next/head'; /** * Defines our custom `
` tag properties. Note that the `/favicon/` * directory is contained in the `public/` directory in the root of this * repository (as per Next.js instructions). * @see {@link https://nextjs.org/docs/basic-features/static-file-serving} * @see {@link https://nextjs.org/docs/api-reference/next/head} */ export default function CovidHead(): JSX.Element { return (