rsnext/test/integration/export-default-map/pages/some.js
JJ Kasper 03d589349a
Render valid optimized AMP by default (#7465)
* Upgrade to latest AMP toolbox optimizer

* Remove amphtml from AMP only and update tests

* Update tests

* Apply suggestions from code review

Co-Authored-By: Joe Haddad <timer150@gmail.com>
2019-05-29 19:53:41 -07:00

3 lines
107 B
JavaScript

import { withAmp } from 'next/amp'
export default withAmp(() => <p>I'm an AMP page</p>, { hybrid: true })