Skip to content

Commit

Permalink
increase config default custom CSS limit to 75000 byte
Browse files Browse the repository at this point in the history
Upgrade default css limit
  • Loading branch information
ArroWsGM authored Mar 5, 2020
2 parents c31ab33 + 7854180 commit 3029e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/amped.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return [
'amp_custom_css_path' => public_path('css'),

'amp_custom_css_max_size' => 50000,
'amp_custom_css_max_size' => 75000,

'embeds' => [],

Expand Down Expand Up @@ -45,4 +45,4 @@
'args' => [
'content_max_width' => 720,
]
];
];

0 comments on commit 3029e73

Please sign in to comment.