Skip to content

Commit ff52c8e

Browse files
docs: reference to storefronts doc
1 parent edea3d1 commit ff52c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/4.sdk/2.getting-started/2.middleware-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The `middlewareModule` accepts the following options:
128128
- `defaultRequestConfig` - (Optional) default request config for each request,
129129
- `httpClient` - (Optional) a custom HTTP client,
130130
- `errorHandler` - (Optional) a custom error handler for HTTP requests.
131-
- `cdnCacheBustingId` - (Optional) a middleware version identifier that will be attached to all `GET` requests for the sake of bypassing the CDN cache stored for a different version of the middleware.
131+
- `cdnCacheBustingId` - (Optional) a middleware version identifier that will be attached to all `GET` requests for the sake of bypassing the CDN cache stored for a different version of the middleware. [See guide about caching middleware responses here.](/storefront/features/cdn/caching-api-responses)
132132

133133
Example configuration:
134134

0 commit comments

Comments
 (0)