File tree Expand file tree Collapse file tree 2 files changed +18
-16
lines changed
Expand file tree Collapse file tree 2 files changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ Some frameworks provide a cache directory that is typically populated by the fra
3434
3535The following frameworks support build output caching:
3636
37- | Framework | Directories cached |
38- | ---------- | --------------------------------------------- |
39- | Astro | ` node_modules/.astro ` |
40- | Docusaurus | ` node_modules/.cache ` , ` .docusaurus ` , ` build ` |
41- | Eleventy | ` .cache ` |
42- | Gatsby | ` .cache ` , ` public ` |
43- | Next.js | ` .next/cache ` |
44- | Nuxt | ` node_modules/.cache/nuxt ` |
37+ | Framework | Directories cached |
38+ | ---------- | ----------------------------------------------------------- |
39+ | Astro | ` node_modules/.astro ` |
40+ | Docusaurus | ` node_modules/.cache ` , ` .docusaurus ` , ` build ` |
41+ | Eleventy | ` .cache ` |
42+ | Gatsby | ` .cache ` , ` public ` |
43+ | Next.js | ` .next/cache ` |
44+ | Nuxt | ` node_modules/.cache/nuxt ` |
45+ | SvelteKit | ` node_modules/.cache/imagetools ` |
4546
4647### Limits
4748
Original file line number Diff line number Diff line change @@ -33,14 +33,15 @@ Some frameworks provide a cache directory that is typically populated by the fra
3333
3434The following frameworks support build output caching:
3535
36- | Framework | Directories cached |
37- | ---------- | --------------------------------------------- |
38- | Astro | ` node_modules/.astro ` |
39- | Docusaurus | ` node_modules/.cache ` , ` .docusaurus ` , ` build ` |
40- | Eleventy | ` .cache ` |
41- | Gatsby | ` .cache ` , ` public ` |
42- | Next.js | ` .next/cache ` |
43- | Nuxt | ` node_modules/.cache/nuxt ` |
36+ | Framework | Directories cached |
37+ | ---------- | ----------------------------------------------------------- |
38+ | Astro | ` node_modules/.astro ` |
39+ | Docusaurus | ` node_modules/.cache ` , ` .docusaurus ` , ` build ` |
40+ | Eleventy | ` .cache ` |
41+ | Gatsby | ` .cache ` , ` public ` |
42+ | Next.js | ` .next/cache ` |
43+ | Nuxt | ` node_modules/.cache/nuxt ` |
44+ | SvelteKit | ` node_modules/.cache/imagetools ` |
4445
4546:::note
4647[ Static assets] ( /workers/static-assets/ ) and [ frameworks] ( /workers/framework-guides/ ) are now supported in Cloudflare Workers.
You can’t perform that action at this time.
0 commit comments