Skip to content

Commit 4843f16

Browse files
authored
[Images] Fix code block with a missing backtick (#18852)
1 parent 7b8e7ac commit 4843f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/images/transform-images/make-responsive-images.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Replace `https://example.com` with your Cloudflare zone where transformations ar
134134

135135
Alternatively, you can enable client hints via HTTP by adding the following headers to your HTML page's response:
136136

137-
``txt
137+
```txt
138138
critical-ch: sec-ch-viewport-width, sec-ch-dpr
139139
140140
permissions-policy: ch-dpr=("https://example.com"), ch-viewport-width=("https://example.com")
141141
```
142142

143-
Replace `https://example.com` with your Cloudflare zone where transformations are enabled.
143+
Replace `https://example.com` with your Cloudflare zone where transformations are enabled.

0 commit comments

Comments
 (0)