Skip to content

Commit

Permalink
chore: add cloudflare cdn support
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed May 27, 2023
1 parent e137b4b commit c23f39e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/BaseFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ const buildDate = (new Date(parseInt(now) * 1000)).toLocaleDateString()
<span m="l-1" class="inline-flex" style="margin-top: 1px;">B 站</span>
</a>
</div>
<div mt-2>
本站点由
<a color="#F6821F" href="https://www.cloudflare-cn.com/" target="_blank" title="Cloudflare" border="b-1 dashed">
<span>Cloudflare</span>
</a>
提供 CDN 支持
</div>
<div m="t-2" opacity="80" class="flex justify-center items-center">
©️&nbsp;<a href="https://github.com/YunYouJun/cook" target="_blank">Cook</a>
<div text="xs" m="x-1" i-ri-cloud-line />
Expand Down

1 comment on commit c23f39e

@vercel
Copy link

@vercel vercel bot commented on c23f39e May 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cook – ./

cook-git-dev-yunyoujun.vercel.app
cook-today.vercel.app
cook-yunyoujun.vercel.app

Please sign in to comment.