mirror of
https://github.com/Ad-closeNN/blog-fuwari.git
synced 2026-05-31 01:40:03 -04:00
style: 迁移 Cloudflare
This commit is contained in:
@@ -13,12 +13,12 @@ import { Icon } from "astro-icon/components";
|
||||
</div>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
|
||||
<a href="https://www.netlify.com/" target="_blank" class="friend-card">
|
||||
<a href="https://www.cloudflare.com" target="_blank" class="friend-card">
|
||||
<div class="flex items-center gap-2">
|
||||
<img src="https://www.netlify.com/favicon.ico" loading="lazy" class="w-5 h-5 rounded">
|
||||
<div class="font-bold text-black dark:text-white">Netlify(主站托管平台)</div>
|
||||
<img src="https://www.cloudflare-cn.com/favicon.ico" loading="lazy" class="w-5 h-5 rounded">
|
||||
<div class="font-bold text-black dark:text-white">Cloudflare</div>
|
||||
</div>
|
||||
<div class="text-sm text-black/50 dark:text-white/50">亚马逊 AWS CDN</div>
|
||||
<div class="text-sm text-black/50 dark:text-white/50">本站使用的托管平台&CDN&赛博菩萨</div>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/saicaca/fuwari" target="_blank" class="friend-card">
|
||||
|
||||
@@ -79,7 +79,6 @@ export async function GET(context: APIContext) {
|
||||
description: siteConfig.subtitle || 'No description',
|
||||
site: context.site,
|
||||
items: feed,
|
||||
// 准备迎接我的 Folo 之验证吧!——鲁迅 not 达摩(bushi
|
||||
customData: `<language>${siteConfig.lang}</language><follow_challenge><feedId>177350379949135872</feedId><userId>83370505718413312</userId></follow_challenge>`,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user