chore: exclude robots.txt and sitemap.xml from using fallback navigation (#2706)
This commit is contained in:
parent
5701454c02
commit
f01e0b888d
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ export default defineConfig({
|
|||
workbox: {
|
||||
cleanupOutdatedCaches: true,
|
||||
maximumFileSizeToCacheInBytes: 4194304,
|
||||
navigateFallbackDenylist: [/robots.txt/, /sitemap.xml/]
|
||||
},
|
||||
}),
|
||||
VitePluginFonts({
|
||||
|
|
|
|||
Loading…
Reference in a new issue