import React from 'react' import Head from 'next/head' export default () => (
{/* this will not render */} {/* this will not render */} {/* this will render instead of the default */} {/* this will override the the above */}

Meta tags with same keys as default get deduped

)