Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Mar 5, 2024
1 parent 5ba6f35 commit ed0cd40
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,12 @@
'scope' => '/',
'use_cache' => true,
'workbox' => [
'warm_cache_urls' => ['privacy_policy', 'terms_of_service'],
'page_fallback' => '/offline.html',
'page_cache' => [
'urls' => ['privacy_policy', 'terms_of_service'],
],
'offline_fallback' => [
'page' => '/offline.html',
],
],
],
]);
Expand Down

0 comments on commit ed0cd40

Please sign in to comment.