import { withAmp } from 'next/amp' export default withAmp(() => (

I'm a hybrid AMP page!

), { hybrid: true })