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.
2 parents 82974f6 + 365087f commit 7978f9aCopy full SHA for 7978f9a
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy 🔧
29
run: |
30
pnpm install --no-frozen-lockfile
31
- sed -i "s#VITE_PUBLIC_PATH = /#VITE_PUBLIC_PATH = /vue3-h5-template/#g" $(pwd)/.env.production
+ sed -i "s#VITE_PUBLIC_PATH = \"/\"#VITE_PUBLIC_PATH = /vue3-h5-template/#g" $(pwd)/.env.production
32
pnpm build
33
34
- name: Deploy 🚀
0 commit comments