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

refs https://github.com/TryGhost/Team/issues/1189

- The world & internet is slowly moving away from AMP
This commit is contained in:
Thibaut Patel 2021-10-28 18:13:25 +02:00
parent e9afa6f40f
commit 98fd48cb32

View File

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