diff --git a/src/content/docs/pages/configuration/build-caching.mdx b/src/content/docs/pages/configuration/build-caching.mdx index e510f3a2a23685..fc7c31d36844d3 100644 --- a/src/content/docs/pages/configuration/build-caching.mdx +++ b/src/content/docs/pages/configuration/build-caching.mdx @@ -34,14 +34,15 @@ Some frameworks provide a cache directory that is typically populated by the fra The following frameworks support build output caching: -| Framework | Directories cached | -| ---------- | --------------------------------------------- | -| Astro | `node_modules/.astro` | -| Docusaurus | `node_modules/.cache`, `.docusaurus`, `build` | -| Eleventy | `.cache` | -| Gatsby | `.cache`, `public` | -| Next.js | `.next/cache` | -| Nuxt | `node_modules/.cache/nuxt` | +| Framework | Directories cached | +| ---------- | ----------------------------------------------------------- | +| Astro | `node_modules/.astro` | +| Docusaurus | `node_modules/.cache`, `.docusaurus`, `build` | +| Eleventy | `.cache` | +| Gatsby | `.cache`, `public` | +| Next.js | `.next/cache` | +| Nuxt | `node_modules/.cache/nuxt` | +| SvelteKit | `node_modules/.cache/imagetools` | ### Limits diff --git a/src/content/docs/workers/ci-cd/builds/build-caching.mdx b/src/content/docs/workers/ci-cd/builds/build-caching.mdx index eeea28e734cf75..1184e4325d44a6 100644 --- a/src/content/docs/workers/ci-cd/builds/build-caching.mdx +++ b/src/content/docs/workers/ci-cd/builds/build-caching.mdx @@ -33,14 +33,15 @@ Some frameworks provide a cache directory that is typically populated by the fra The following frameworks support build output caching: -| Framework | Directories cached | -| ---------- | --------------------------------------------- | -| Astro | `node_modules/.astro` | -| Docusaurus | `node_modules/.cache`, `.docusaurus`, `build` | -| Eleventy | `.cache` | -| Gatsby | `.cache`, `public` | -| Next.js | `.next/cache` | -| Nuxt | `node_modules/.cache/nuxt` | +| Framework | Directories cached | +| ---------- | ----------------------------------------------------------- | +| Astro | `node_modules/.astro` | +| Docusaurus | `node_modules/.cache`, `.docusaurus`, `build` | +| Eleventy | `.cache` | +| Gatsby | `.cache`, `public` | +| Next.js | `.next/cache` | +| Nuxt | `node_modules/.cache/nuxt` | +| SvelteKit | `node_modules/.cache/imagetools` | :::note [Static assets](/workers/static-assets/) and [frameworks](/workers/framework-guides/) are now supported in Cloudflare Workers.