mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@
|
|||
},
|
||||
"amp": {
|
||||
"amp": {
|
||||
"defaultValue": "true",
|
||||
"defaultValue": "false",
|
||||
"validations": {
|
||||
"isIn": [["true", "false"]]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue