Revert "Switched AMP to be 'off' by default in all new Ghost instances"

This reverts commit 98fd48cb32.
This commit is contained in:
Thibaut Patel 2021-10-28 18:52:06 +02:00
parent 858a9897d4
commit d0933c51ad

View File

@ -397,7 +397,7 @@
},
"amp": {
"amp": {
"defaultValue": "false",
"defaultValue": "true",
"validations": {
"isIn": [["true", "false"]]
},