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

Meta tags with same keys as default get deduped

)