Skip to content

Commit 4813ff2

Browse files
committed
cdn invalidation
1 parent 618b0ba commit 4813ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/aws/config/overrides/automatic_cdn_invalidation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {Callout} from 'nextra/components'
22

33
Available since `@opennextjs/aws` 3.4.0
44

5-
This override is used by OpenNext when routes have been On-Demand revalidated and the CDN needs to be updated. It is not called for ISR revalidation.
5+
Not enabled by default. This override is used by OpenNext when routes have been On-Demand revalidated and the CDN needs to be updated. It is not called for ISR revalidation.
66
It will be called for `revalidatePath`, `revalidateTag` and `res.revalidate()`.
77

88
If you want to better understand how to implement your own Automatic CDN Invalidation, the easiest way would be to take a look at the existing [included Automatic CDN Invalidation](https://github.com/opennextjs/opennextjs-aws/tree/main/packages/open-next/src/overrides/cdnInvalidation)

0 commit comments

Comments
 (0)