Skip to content

Commit

Permalink
Updated service worker to include quiz routes.
Browse files Browse the repository at this point in the history
  • Loading branch information
malikpiara committed Nov 2, 2024
1 parent b820c37 commit 26277f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ const urlsToCache = [
// Add other static assets like
'/globals.css',
// Add any other pages/routes you want to cache
'/syllogistic/translations/quiz',
'informal/definitions/quiz',
'propositional/translations/quiz',
];

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

0 comments on commit 26277f5

Please sign in to comment.