mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-22 15:54:26 +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,
|
enableBuild: false,
|
||||||
}),
|
}),
|
||||||
VitePWA({
|
VitePWA({
|
||||||
|
workbox: {
|
||||||
|
globIgnores: ["index.html"],
|
||||||
|
},
|
||||||
registerType: "autoUpdate",
|
registerType: "autoUpdate",
|
||||||
includeAssets: [
|
includeAssets: [
|
||||||
`${imagesFolder}/favicon.ico`,
|
`${imagesFolder}/favicon.ico`,
|
||||||
|
|
Loading…
Reference in a new issue