rsnext/test/integration/auto-export-query-error/pages/amp.js
JJ Kasper ee0761255a Error on query values in exportPathMap for auto export page (#9908)
* Add warning when providing query values in exportPathMap for auto-export page

* Update test for SSG page also

* Update to error instead of warn

* Update warn -> Error and check exit code
2020-01-16 21:39:00 -05:00

3 lines
83 B
JavaScript

export const config = { amp: 'hybrid' }
export default () => 'hi from hybrid AMP'