Skip to content

Commit e636cc3

Browse files
ismaelrumzanclaude
andauthored
fix(cdn/api-proxy-rewrite): remove broken template link from README (#1459)
## Summary - Removes a broken link to `https://vercel.com/templates/template/add-api-external-rewrite-routing-rule` from the "No-code alternative" section of the README — the template no longer exists - The sentence already references the [project routing rules docs](https://vercel.com/docs/routing/project-routing-rules), so it reads cleanly without the broken template reference ## Context Identified from the daily broken-links cron report in [vercel/crawled-sitemap](https://github.com/vercel/crawled-sitemap). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ee3f6e0 commit e636cc3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

cdn/api-proxy-rewrite/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ export const config: VercelConfig = {
5656
],
5757
headers: [
5858
routes.header('/api/external/:path*', [
59-
{ key: 'CDN-Cache-Control', value: 'public, max-age=60, stale-while-revalidate=3600' },
59+
{
60+
key: 'CDN-Cache-Control',
61+
value: 'public, max-age=60, stale-while-revalidate=3600',
62+
},
6063
{ key: 'Vercel-Cache-Tag', value: 'api' },
6164
]),
6265
],
@@ -88,4 +91,4 @@ vercel cache invalidate --tag api
8891

8992
## No-code alternative
9093

91-
If you prefer to configure routing without code or redeployment, you can use [project level routing rules](https://vercel.com/docs/routing/project-routing-rules) through the Vercel Dashboard, CLI, API, or SDK. See the [Add API External Rewrite Routing Rule](https://vercel.com/templates/template/add-api-external-rewrite-routing-rule) template for a no-code approach.
94+
If you prefer to configure routing without code or redeployment, you can use [project level routing rules](https://vercel.com/docs/routing/project-routing-rules) through the Vercel Dashboard, CLI, API, or SDK. See the [Add API External Rewrite Routing Rule](https://vercel.com/templates/template/add-api-external-origin-routing-rule) template for a no-code approach.

0 commit comments

Comments
 (0)