Skip to content

Commit 260a2c2

Browse files
[Workers/Pages] Add SvelteKit to build caching frameworks (#29166)
1 parent 05aa5b6 commit 260a2c2

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

src/content/docs/pages/configuration/build-caching.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ Some frameworks provide a cache directory that is typically populated by the fra
3434

3535
The 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

src/content/docs/workers/ci-cd/builds/build-caching.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ Some frameworks provide a cache directory that is typically populated by the fra
3333

3434
The 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.

0 commit comments

Comments
 (0)