Skip to content

Commit

Permalink
chore: 迁移到 cloudflare (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed May 16, 2024
1 parent a57a52f commit 65cf1da
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 774 deletions.
3 changes: 1 addition & 2 deletions web/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit 65cf1da

Please sign in to comment.