import React from 'react' import Head from 'next/head' export default () => ( <div> <Head /> <h1>next-head, but only once.</h1> </div> )