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: use excessive glob pattern
gm112.bsky.social
1 month ago
b534d282
acc49556
0/1
deploy.yaml
failed
55s
+2
-2
1 changed file
expand all
collapse all
unified
split
nuxt.config.ts
+2
-2
nuxt.config.ts
reviewed
···
54
54
periodicSyncForUpdates: 3600,
55
55
},
56
56
workbox: {
57
57
-
globPatterns: ['**/*.{js,css,html,png,svg,ico,json,wasm,sqlite3,txt}'],
57
57
+
globPatterns: ['**/*'],
58
58
cleanupOutdatedCaches: true,
59
59
navigationPreload: true,
60
60
navigateFallback: '/',
61
61
runtimeCaching: [
62
62
{
63
63
-
urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)/,
63
63
+
urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/,
64
64
handler: 'StaleWhileRevalidate',
65
65
options: {
66
66
cacheName: 'nuxt-build-cache',