Skip to content
Open
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
5 changes: 5 additions & 0 deletions .changeset/twelve-items-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@repo/cache-handler-docs": patch
---

Update On-demand revalidation docs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# On-demand revalidation

Next.js provides a way to revalidate a page or a result of a `fetch` call on demand. `@neshca/cache-handler` supports this feature with one limitation: `revalidatePath` only works for the Pages Router.
Next.js provides a way to revalidate a page or a result of a `fetch` call on demand.

## Usage

Expand Down