Skip to content

Commit

Permalink
Duplicating caching routes with a /.
Browse files Browse the repository at this point in the history
  • Loading branch information
malikpiara committed Jan 24, 2025
1 parent 89e34a7 commit d5fc003
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,26 @@ const urlsToCache = [

'informal/definitions/quiz',
'propositional/translations/quiz',
'keyboard'
'keyboard',

'/syllogistic/translations/basic/quiz',
'/syllogistic/translations/hard/quiz',
'/syllogistic',

'/propositional/translations/quiz',
'/propositional/translations/hard/quiz',
'/modal/translations/basic/quiz',
'/modal/translations/quantified/quiz',

'/Deontic/translations/Imperative/quiz',
'/Deontic/translations/Deontic/quiz',
'/belief/translations/basic/quiz',
'/belief/translations/willing/quiz',
'/belief/translations/rationality/quiz',

'/informal/definitions/quiz',
'/propositional/translations/quiz',
'/keyboard'
];

self.addEventListener('install', (event) => {
Expand Down

1 comment on commit d5fc003

@vercel
Copy link

@vercel vercel bot commented on d5fc003 Jan 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.