Skip to content

Commit

Permalink
Fixed cached logged out index page
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-oki committed Jul 12, 2024
1 parent 03f0bdb commit 127a7ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default defineConfig(async ({ mode, command }) => {
enableBuild: false,
}),
VitePWA({
workbox: {
globIgnores: ["index.html"],
},
registerType: "autoUpdate",
includeAssets: [
`${imagesFolder}/favicon.ico`,
Expand Down

0 comments on commit 127a7ae

Please sign in to comment.