Skip to content

Commit 51702bf

Browse files
committed
fix: 更新 homepage 和 base 路径为 wechat-public-account-push
1 parent 2fc406a commit 51702bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"predeploy": "npm run build",
1212
"deploy": "gh-pages -d dist"
1313
},
14-
"homepage": "https://wangxinleo.github.io/daily-push-auto-env-page",
14+
"homepage": "https://wangxinleo.github.io/wechat-public-account-push",
1515
"dependencies": {
1616
"lucide-react": "^0.554.0",
1717
"react": "^19.2.0",

app/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: '/daily-push-auto-env-page/',
6+
base: '/wechat-public-account-push/',
77
})

0 commit comments

Comments
 (0)