Skip to content

Commit

Permalink
🔧 Disable script concatenation by default (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Dec 14, 2024
1 parent c92549f commit dd56b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@
// Limit the number of post revisions
Config::define('WP_POST_REVISIONS', env('WP_POST_REVISIONS') ?? true);

// Disable script concatenation
Config::define('CONCATENATE_SCRIPTS', false);

/**
* Debugging Settings
*/
Expand Down

0 comments on commit dd56b83

Please sign in to comment.