Code for https://gm112.neocities.org/ gm112.neocities.org/

chore: use excessive glob pattern

+2 -2
+2 -2
nuxt.config.ts
··· 54 54 periodicSyncForUpdates: 3600, 55 55 }, 56 56 workbox: { 57 - globPatterns: ['**/*.{js,css,html,png,svg,ico,json,wasm,sqlite3,txt}'], 57 + globPatterns: ['**/*'], 58 58 cleanupOutdatedCaches: true, 59 59 navigationPreload: true, 60 60 navigateFallback: '/', 61 61 runtimeCaching: [ 62 62 { 63 - urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)/, 63 + urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/, 64 64 handler: 'StaleWhileRevalidate', 65 65 options: { 66 66 cacheName: 'nuxt-build-cache',