We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746b825 commit 6985f5fCopy full SHA for 6985f5f
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Build
21
env:
22
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
23
- run: pnpm nuxt build --preset github_pages
+ run: NUXT_APP_BASE_URL=/vue-use-playground-new/ pnpm nuxt build --preset github_pages
24
- name: Upload artifact
25
uses: actions/upload-pages-artifact@v3
26
with:
0 commit comments