Skip to content

Commit

Permalink
docs: reference to storefronts doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelKurowski committed Jul 3, 2024
1 parent edea3d1 commit ff52c8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ The `middlewareModule` accepts the following options:
- `defaultRequestConfig` - (Optional) default request config for each request,
- `httpClient` - (Optional) a custom HTTP client,
- `errorHandler` - (Optional) a custom error handler for HTTP requests.
- `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.
- `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)

Example configuration:

Expand Down

0 comments on commit ff52c8e

Please sign in to comment.