feat: use credentials when accessing PWA manifest (#2218)

This commit is contained in:
rhclayto 2026-02-11 14:28:52 -07:00 committed by GitHub
parent b25243ef62
commit b196c986cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ function getBuildConfig(env: Record<string, string>) {
filename: 'sw.ts',
strategies: 'injectManifest',
injectRegister: false,
useCredentials: true,
manifest: {
name: 'Vikunja',
short_name: 'Vikunja',