got rid of indexv2 in vite config

This commit is contained in:
Carter 2026-01-16 16:55:00 -06:00
parent c7c2625347
commit 551d9d0810

View file

@ -17,7 +17,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types globPatterns: ['**/*.{js,css,html,png,jpg,svg}'], // Cache all common asset types
maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB maximumFileSizeToCacheInBytes: 20 * 1024 * 1024, // 20 MiB
cleanupOutdatedCaches: true, cleanupOutdatedCaches: true,
navigateFallback: "/indexV2.html", navigateFallback: "/index.html",
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: ({ request }) => request.destination === 'document', urlPattern: ({ request }) => request.destination === 'document',