Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fetch manifest with credentials over CORS
When behind authentication (for eg: Cloudflare Access), browsers won't send credentials when fetching the manifest file by default. To fix, this change adds `crossorigin="use-credentials"` to the manifest link tag by enabling the `useCredentials` option in VitePWA.
- Loading branch information