rsnext/test/integration/amphtml-custom-validator/pages/index.js
Matt Snider d715c13f41
Custom AMP Validator Variable Name Collision Fix (#10371)
* Changing variable name internally

* Add tests for custom AMP validator

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2020-02-02 12:02:56 -06:00

5 lines
83 B
JavaScript

export const config = {
amp: true,
}
export default () => <p>Hello from AMP</p>