We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The default value for navigateFallbackAllowlist in devOptions is set to /\//.
navigateFallbackAllowlist
devOptions
/\//
nuxt/src/utils/config.ts
Lines 40 to 45 in 1069779
While in vite-plugin-pwa and docs it is set to /^\/$/
/^\/$/
https://github.com/vite-pwa/vite-plugin-pwa/blob/75b4fdc10de1716f44ba8ba3b993bfe02912b171/src/plugins/dev.ts#L167-L169 https://vite-pwa-org.netlify.app/guide/development#type-declarations
Potentially related: #77 #81 #56
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The default value for
navigateFallbackAllowlist
indevOptions
is set to/\//
.nuxt/src/utils/config.ts
Lines 40 to 45 in 1069779
While in vite-plugin-pwa and docs it is set to
/^\/$/
https://github.com/vite-pwa/vite-plugin-pwa/blob/75b4fdc10de1716f44ba8ba3b993bfe02912b171/src/plugins/dev.ts#L167-L169
https://vite-pwa-org.netlify.app/guide/development#type-declarations
Potentially related: #77 #81 #56
The text was updated successfully, but these errors were encountered: