Skip to content

Commit abff8a2

Browse files
committed
Fix URLs
1 parent 70b8b73 commit abff8a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/pages/framework-guides/nextjs/ssr/supported-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Both the older [Pages](https://nextjs.org/docs/pages) router and newer [App](htt
7979
- ❌: Not supported
8080
- N/A: Not applicable
8181

82-
- _1_ - **compression**: [Cloudflare applies gzip or brotli compression](https://developers.cloudflare.com/support/speed/optimization-file-size/what-will-cloudflare-compress) automatically. When developing locally with Wrangler, no compression is applied.
82+
- _1_ - **compression**: [Cloudflare applies gzip or brotli compression](/support/speed/optimization-file-size/what-will-cloudflare-compress) automatically. When developing locally with Wrangler, no compression is applied.
8383

8484
- _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.
8585

@@ -125,8 +125,8 @@ In case the Vercel build process generates prerendered pages for your applicatio
125125

126126
For more details see:
127127

128-
- [troubleshooting `generateStaticParams`](https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-nextjs-site/#generatestaticparams)
129-
- [troubleshooting `getStaticPaths` ](https://developers.cloudflare.com/pages/framework-guides/nextjs/deploy-a-nextjs-site/#getstaticpaths)
128+
- [troubleshooting `generateStaticParams`](/pages/framework-guides/nextjs/deploy-a-nextjs-site/#generatestaticparams)
129+
- [troubleshooting `getStaticPaths` ](/pages/framework-guides/nextjs/deploy-a-nextjs-site/#getstaticpaths)
130130

131131
#### Caching and Data Revalidation
132132

0 commit comments

Comments
 (0)