-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2769852
commit 6419778
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: 提升部署在vercel或netlify的网站在中国的访问速度和稳定性 | ||
description: 通过更改cname提升部署在vercel或netlify的网站在中国的访问速度和稳定性 | ||
keywords: vercel 国内 中国 netlify 访问速度 稳定性 网站 | ||
date: 2024-03-15 | ||
link: https://xingpingcn.top/enhanced-FaaS-in-cn.html | ||
author: xingpingcn | ||
backup: | ||
--- | ||
{%link enhanced-FaaS-in-China::https://github.com/xingpingcn/enhanced-FaaS-in-China::https://cdn.jsdelivr.net/gh/xingpingcn/picx-images-hosting@master/20230506/pngwing.com.yfryst5dm0w.webp %} | ||
|
||
* 如果你的网站部署在`vercel`,则把cname记录改为: | ||
* `vercel-cname.xingpingcn.eu.org` | ||
* 如果你的网站部署在`netlify`,则把cname记录改为: | ||
* `netlify-cname.xingpingcn.eu.org` | ||
* 如果你的网站部署在`netlify`和`vercel`上,则把cname记录改为: | ||
* `verlify-cname.xingpingcn.eu.org` | ||
* 使用此dns解析建议:先把cname记录改为官方提供的url,等`ssl/tls证书`生成之后再把cname记录改为`verlify-cname.xingpingcn.eu.org` | ||
<!-- more --> |