vercel-networking-domains
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVercel Networking and Domains Skill
Vercel网络与域名技能
progressive_disclosure: entry_point: summary: "Vercel networking: domains, routing rules, headers, CDN, edge cache, and region configuration." when_to_use: - "When configuring domains and DNS" - "When managing redirects, rewrites, or headers" - "When tuning CDN and edge cache behavior" quick_start: - "Add and verify domains" - "Configure redirects and rewrites" - "Set headers and caching" - "Select deployment regions" token_estimate: entry: 90-110 full: 3800-4800
progressive_disclosure: entry_point: summary: "Vercel网络:域名、路由规则、请求头、CDN、边缘缓存和区域配置。" when_to_use: - "配置域名和DNS时" - "管理重定向、重写或请求头时" - "调整CDN和边缘缓存行为时" quick_start: - "添加并验证域名" - "配置重定向和重写" - "设置请求头和缓存" - "选择部署区域" token_estimate: entry: 90-110 full: 3800-4800
Overview
概述
Vercel networking covers domain configuration, routing rules, and edge delivery behavior through the CDN and edge cache.
Vercel网络能力涵盖域名配置、路由规则,以及通过CDN和边缘缓存实现的边缘分发行为。
Domains and DNS
域名与DNS
- Add domains and verify ownership.
- Configure DNS records for routing.
- 添加域名并验证所有权。
- 配置用于路由的DNS记录。
Routing Rules
路由规则
- Define redirects and rewrites for URL behavior.
- Apply custom headers and compression.
- 为URL行为定义重定向和重写规则。
- 应用自定义请求头和压缩策略。
CDN and Edge Cache
CDN与边缘缓存
- Use CDN distribution for global delivery.
- Purge or invalidate edge cache when needed.
- 利用CDN分发实现全球内容交付。
- 必要时清除或失效边缘缓存。
Regions
区域
- Select regions for deployment and execution.
- 选择部署和执行的区域。
Complementary Skills
配套技能
When using this skill, consider these related skills (if deployed):
- vercel-functions-runtime: Function routing and edge execution.
- vercel-deployments-builds: Deployment workflow and releases.
- vercel-observability: Traffic analytics and performance metrics.
Note: Complementary skills are optional. This skill is fully functional without them.
使用本技能时,可考虑以下相关技能(若已部署):
- vercel-functions-runtime:函数路由与边缘执行。
- vercel-deployments-builds:部署工作流与发布。
- vercel-observability:流量分析与性能指标。
注意:配套技能为可选,不安装也可正常使用本技能的全部功能。
Resources
资源
Vercel Docs:
- Domains: https://vercel.com/docs/domains
- Headers: https://vercel.com/docs/headers
- Redirects: https://vercel.com/docs/redirects
- Rewrites: https://vercel.com/docs/rewrites
- CDN: https://vercel.com/docs/cdn
- Edge Cache: https://vercel.com/docs/edge-cache
- Regions: https://vercel.com/docs/regions
- Compression: https://vercel.com/docs/compression
Vercel文档: