fix(self-hosted/web): add "useCredentials: true" to Vite PWA options (#3460)
This commit is contained in:
parent
57cb59027b
commit
a89bc473f6
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ export default defineConfig({
|
|||
},
|
||||
}),
|
||||
VitePWA({
|
||||
useCredentials: true,
|
||||
manifest: {
|
||||
name: APP_INFO.name,
|
||||
short_name: APP_INFO.name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue