import { withAmp } from 'next/amp' function Home() { const config = {} return

My AMP Page

} export default withAmp(Home, { hybrid: true })