tangled
alpha
login
or
join now
gm112.bsky.social
/
org.neocities.gm112
0
fork
atom
Code for https://gm112.neocities.org/
gm112.neocities.org/
0
fork
atom
overview
issues
4
pulls
pipelines
chore: adjust webworker settings
gm112.bsky.social
4 weeks ago
8a3be82c
d57da2c9
1/1
deploy.yaml
success
44s
+11
-11
1 changed file
expand all
collapse all
unified
split
nuxt.config.ts
+11
-11
nuxt.config.ts
···
59
59
navigateFallback: '/',
60
60
maximumFileSizeToCacheInBytes: 1024 * 1024 * 5, // 5 MB
61
61
runtimeCaching: [
62
62
-
{
63
63
-
urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/,
64
64
-
handler: 'CacheFirst', //StaleWhileRevalidate
65
65
-
options: {
66
66
-
cacheName: 'nuxt-build-cache',
67
67
-
expiration: {
68
68
-
maxEntries: 500,
69
69
-
maxAgeSeconds: 60 * 60 * 24 * 7, // 1 week
70
70
-
},
71
71
-
},
72
72
-
},
62
62
+
// {
63
63
+
// urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/,
64
64
+
// handler: 'CacheFirst', //StaleWhileRevalidate
65
65
+
// options: {
66
66
+
// cacheName: 'nuxt-build-cache',
67
67
+
// expiration: {
68
68
+
// maxEntries: 500,
69
69
+
// maxAgeSeconds: 60 * 60 * 24 * 7, // 1 week
70
70
+
// },
71
71
+
// },
72
72
+
// },
73
73
{
74
74
urlPattern: /\/_nuxt\/i18n\/.*\/messages\.json$/,
75
75
handler: 'CacheFirst',