From 26277f5115d80e7cde092e18fc172663cfbecdc7 Mon Sep 17 00:00:00 2001 From: Malik Piara Date: Sat, 2 Nov 2024 00:06:01 +0000 Subject: [PATCH] Updated service worker to include quiz routes. --- public/sw.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/sw.js b/public/sw.js index 9666e9f..9ffdd68 100644 --- a/public/sw.js +++ b/public/sw.js @@ -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) => {