chore: 迁移到 cloudflare (#983)

This commit is contained in:
yansongda 2024-05-16 23:01:08 +08:00 committed by GitHub
parent a57a52f057
commit 65cf1daa90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 894 additions and 774 deletions

View File

@ -8,8 +8,7 @@ export default defineConfig({
description: '可能是我用过的最优雅的支付宝SDK、微信支付SDK、银联支付SDK 了; yansongda pay 让支付开发更简单',
lastUpdated: true,
head: [
['link', { rel: 'icon', href: '/images/icon.png' }],
['script', { defer: '', src: 'https://static.cloudflareinsights.com/beacon.min.js?token=0bff42137b6e45f0be5c8256c00cfc3a' }]
['link', { rel: 'icon', href: '/images/icon.png' }]
],
themeConfig: {
logo: '/images/logo2.png',

View File

@ -6,12 +6,12 @@
"web:serve": "vitepress serve"
},
"devDependencies": {
"@types/node": "^20.12.7",
"@types/node": "^20.12.12",
"fast-glob": "^3.3.2",
"sass": "^1.75.0",
"vite": "^5.2.10",
"vitepress": "^1.1.3",
"vue": "^3.4.25"
"sass": "^1.77.1",
"vite": "^5.2.11",
"vitepress": "^1.1.4",
"vue": "^3.4.27"
},
"pnpm": {
"peerDependencyRules": {

File diff suppressed because it is too large Load Diff