mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
docs(config): 更新官方站点配置中的别名和顺序
调整官方站点列表中的别名使其更清晰,并将备案域移至首位
This commit is contained in:
@@ -57,9 +57,10 @@ export const siteConfig: SiteConfig = {
|
||||
},
|
||||
],
|
||||
officialSites: [
|
||||
{ url: "https://blog.2b2x.cn", alias: "EdgeOne CN" },
|
||||
{ url: "https://2x.nz", alias: "Vercel" },
|
||||
{ url: "https://blog.2b2x.cn", alias: "备案域" },
|
||||
{ url: "https://b.2.f.f.0.7.4.0.1.0.0.2.ip6.arpa", alias: "漏网之鱼" },
|
||||
|
||||
{ url: "https://b.2.f.f.0.7.4.0.1.0.0.2.ip6.arpa", alias: "Cloudflare" },
|
||||
{ url: "http://localhost:4321", alias: "Dev" }
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user