import { useAmp } from 'next/amp' export const config = { amp: 'hybrid' } export default () =>

I'm an {useAmp() ? 'AMP' : 'normal'} page