We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc406a commit 51702bfCopy full SHA for 51702bf
app/package.json
@@ -11,7 +11,7 @@
11
"predeploy": "npm run build",
12
"deploy": "gh-pages -d dist"
13
},
14
- "homepage": "https://wangxinleo.github.io/daily-push-auto-env-page",
+ "homepage": "https://wangxinleo.github.io/wechat-public-account-push",
15
"dependencies": {
16
"lucide-react": "^0.554.0",
17
"react": "^19.2.0",
app/vite.config.js
@@ -3,5 +3,5 @@ import react from '@vitejs/plugin-react'
3
4
export default defineConfig({
5
plugins: [react()],
6
- base: '/daily-push-auto-env-page/',
+ base: '/wechat-public-account-push/',
7
})
0 commit comments