import Link from 'next/link' import Head from 'next/head' const Page = () => ( <> Home | next-plugins

Home

another something ) Page.getInitialProps = () => ({}) export default Page