import Head from 'next/head' import { useAmp } from 'next/amp' export const config = { amp: 'hybrid' } export default () => ( <> {!useAmp() && }

Hello world

)