diff --git a/src/content/docs/cache/how-to/cache-rules/examples/custom-cache-key.mdx b/src/content/docs/cache/how-to/cache-rules/examples/custom-cache-key.mdx index 748e3d400b267b..103f8469d5ae39 100644 --- a/src/content/docs/cache/how-to/cache-rules/examples/custom-cache-key.mdx +++ b/src/content/docs/cache/how-to/cache-rules/examples/custom-cache-key.mdx @@ -27,3 +27,5 @@ import { Example, Render } from "~/components" * **Query string**: All query string parameters + +Refer to [cache keys](/cache/how-to/cache-keys/) for more information on possible settings when configuring a custom cache key.