Skip to content

Commit

Permalink
fix: add redirect to workbox navigateFallbackDenylist
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 24, 2024
1 parent 88bd44e commit 92f4d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/vitrify.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function ({ mode, command }): Promise<VitrifyConfig> {
},
workbox: {
globPatterns: ['**/*.{js,mjs,css,html,ico,png,svg,pdf}'],
navigateFallbackDenylist: [/^\/(oidc|interaction|callback)/]
navigateFallbackDenylist: [/^\/(oidc|interaction|callback|redirect)/]
}
}
// pwa: true
Expand Down

0 comments on commit 92f4d2d

Please sign in to comment.