Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbrjt authored Jul 12, 2024
1 parent d022864 commit a24a991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const {
registerRoute(
({ request, url }) =>
request.mode === 'navigate' ||
url.pathname === '/script.js' ||
url.pathname === '/styles.css' ||
url.pathname === '/data.db.gz',
url.pathname === '/josaa-cutoffs/script.js' ||
url.pathname === '/josaa-cutoffs/styles.css' ||
url.pathname === '/josaa-cutoffs/data.db.gz',
new StaleWhileRevalidate({
cacheName: 'stale-while-revalidate',
plugins: [
Expand Down

0 comments on commit a24a991

Please sign in to comment.