Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions src/content/docs/pages/configuration/build-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
17 changes: 9 additions & 8 deletions src/content/docs/workers/ci-cd/builds/build-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading