refactor: make service worker ignore important routes

This commit is contained in:
jamesgeorge007
2023-10-12 13:43:11 +05:30
parent 4caf0053cd
commit 04092d8597

View File

@@ -223,6 +223,8 @@ export default defineConfig({
/twitter/, /twitter/,
/github/, /github/,
/announcements/, /announcements/,
/admin/,
/backend/,
], ],
}, },
}), }),