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
fix: bump cache limit
gm112.bsky.social
1 month ago
86f5af93
b534d282
1/1
deploy.yaml
success
1m
+1
1 changed file
expand all
collapse all
unified
split
nuxt.config.ts
+1
nuxt.config.ts
···
58
58
cleanupOutdatedCaches: true,
59
59
navigationPreload: true,
60
60
navigateFallback: '/',
61
61
+
maximumFileSizeToCacheInBytes: 1024 * 1024 * 5, // 5 MB
61
62
runtimeCaching: [
62
63
{
63
64
urlPattern: /\/_nuxt\/.*\.(js|css|json|wasm|txt)$/,