Skip to content

Commit 24ef609

Browse files
committed
Update after review
1 parent f95e5f2 commit 24ef609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cache/advanced-configuration/serve-tailored-content.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,12 @@ The simplest solution is to create a [Transform Rule](/rules/transform/) that ch
247247
2. Select **Create rule** and select the option **URL Rewrite Rule**.
248248
3. Enter a name, such as `Vary by RSC Header`.
249249
4. In **If incoming requests match...**, select **Custom filter expression**.
250-
5. Under **When incoming requests match...**, set this expression to check for the presence of `RSC` header:
250+
5. Under **When incoming requests match...**, manually edit the expression so that it checks for the presence of the `RSC` header:
251251
- `(http.request.headers["rsc"] is not null)`
252252
253253
6. Under `Then...`
254254
- for **Path**, select **Preserve**
255-
- for **Query**, select **Rewrite to**, select **Static**: `_rsc=1`
255+
- for **Query**, select **Rewrite to**, select **Dynamic**: `_rsc=1`
256256
257257
7. Select **Save**.
258258

0 commit comments

Comments
 (0)