rsnext/test/integration/export-default-map/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

5 lines
57 B
JavaScript

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