Skip to content

Commit

Permalink
Fixed: Blitz error with query strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Feb 22, 2024
1 parent 71f1342 commit d176965
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/blitz.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@
'cachingEnabled' => true,
'cacheStorageType' => 'putyourlightson\blitz\drivers\storage\YiiCacheStorage',
'includedUriPatterns' => [
[
'uriPattern' => '.*',
]
['uriPattern' => '.*']
],
'excludedUriPatterns' => [
['uriPattern' => 'dynamic/.*']
],
'includedQueryStringParams' => [
[
'uriPattern' => '.*',
]
['uriPattern' => '.*']
],
'clearCacheAutomatically' => true,
'warmCacheAutomatically' => false,
Expand Down

0 comments on commit d176965

Please sign in to comment.