diff --git a/.changeset/twelve-items-allow.md b/.changeset/twelve-items-allow.md new file mode 100644 index 00000000..001eeaa4 --- /dev/null +++ b/.changeset/twelve-items-allow.md @@ -0,0 +1,5 @@ +--- +"@repo/cache-handler-docs": patch +--- + +Update On-demand revalidation docs diff --git a/docs/cache-handler-docs/src/app/usage/on-demand-revalidation/page.mdx b/docs/cache-handler-docs/src/app/usage/on-demand-revalidation/page.mdx index d87f8d11..71c59251 100644 --- a/docs/cache-handler-docs/src/app/usage/on-demand-revalidation/page.mdx +++ b/docs/cache-handler-docs/src/app/usage/on-demand-revalidation/page.mdx @@ -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