rsnext/test/integration/amp-export-validation/next.config.js
JJ Kasper cf889d6094 Re-add experimental amp config (#7030)
* Update amphtml and canonical rels, put amp behind
experimental flag again, and update checking for amp query

* Fix typescript error

* Re-add flag to next.config.js
2019-04-15 18:26:23 +09:00

6 lines
76 B
JavaScript

module.exports = {
// exportPathMap
experimental: {
amp: true
}
}