We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212d5fb commit 826d6d6Copy full SHA for 826d6d6
pwa.config.ts
@@ -20,6 +20,10 @@ export const config = defineConfig({
20
navigateFallbackDenylist: [
21
// Ignore Cypress routes.
22
new RegExp('^/__'),
23
+ // Keep this around for backward compatibility.
24
+ new RegExp('^/manifest\\.json$'),
25
26
+ new RegExp('^/service-worker\\.js$'),
27
new RegExp('cypress'),
28
],
29
runtimeCaching: [
0 commit comments