chore: exclude robots.txt and sitemap.xml from using fallback navigation (#2706)

This commit is contained in:
Akash K 2022-10-02 16:39:10 +05:30 committed by GitHub
parent 5701454c02
commit f01e0b888d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,7 @@ export default defineConfig({
workbox: {
cleanupOutdatedCaches: true,
maximumFileSizeToCacheInBytes: 4194304,
navigateFallbackDenylist: [/robots.txt/, /sitemap.xml/]
},
}),
VitePluginFonts({