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

fix: bump cache limit

+1
+1
nuxt.config.ts
··· 58 58 cleanupOutdatedCaches: true, 59 59 navigationPreload: true, 60 60 navigateFallback: '/', 61 + maximumFileSizeToCacheInBytes: 1024 * 1024 * 5, // 5 MB 61 62 runtimeCaching: [ 62 63 { 63 64 urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/,