mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 07:42:32 +00:00
Fixed cached logged out index page
This commit is contained in:
parent
03f0bdbe39
commit
127a7aebad
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
enableBuild: false,
|
||||
}),
|
||||
VitePWA({
|
||||
workbox: {
|
||||
globIgnores: ["index.html"],
|
||||
},
|
||||
registerType: "autoUpdate",
|
||||
includeAssets: [
|
||||
`${imagesFolder}/favicon.ico`,
|
||||
|
|
Loading…
Reference in a new issue