mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
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:
parent
e9afa6f40f
commit
98fd48cb32
@ -397,7 +397,7 @@
|
||||
},
|
||||
"amp": {
|
||||
"amp": {
|
||||
"defaultValue": "true",
|
||||
"defaultValue": "false",
|
||||
"validations": {
|
||||
"isIn": [["true", "false"]]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user