Skip to content

Commit 42c7005

Browse files
Apply suggestions from code review
Co-authored-by: Pedro Sousa <[email protected]>
1 parent bf09b65 commit 42c7005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/pages/framework-guides/nextjs/ssr/supported-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Cloudflare also supports the older [Pages](https://nextjs.org/docs/pages) router
8585
- N/A: Not applicable
8686
```
8787

88-
[^1]: **compression**: [Cloudflare applies gzip or brotli compression](/speed/optimization/content/compression/) automatically. When developing locally with Wrangler, no compression is applied.
88+
[^1]: **compression**: [Cloudflare applies Brotli or Gzip compression](/speed/optimization/content/compression/) automatically. When developing locally with Wrangler, no compression is applied.
8989

9090
[^2]: **dev indicators**: If you're developing using `wrangler pages dev`, it hard refreshes your application the dev indicator doesn't appear. If you run your app locally using `next dev`, this option works fine.
9191

src/content/docs/speed/optimization/content/compression.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ By default, Cloudflare uses the following compression methods for content delive
167167

168168
### Between Cloudflare and the Origin
169169

170-
On all plans, Cloudflare requests content from the origin server using the `accept-encoding: gzip,br` header. This means that Cloudflare asks the origin to send the content compressed using gzip or Brotli, depending on which method the origin server supports.
170+
On all plans, Cloudflare requests content from the origin server using the `accept-encoding: br, gzip` header. This means that Cloudflare asks the origin to send the content compressed using Brotli or Gzip, depending on which method the origin server supports.

0 commit comments

Comments
 (0)