Skip to content

Commit 6985f5f

Browse files
committed
build: set nuxt base url
1 parent 746b825 commit 6985f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build
2121
env:
2222
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
23-
run: pnpm nuxt build --preset github_pages
23+
run: NUXT_APP_BASE_URL=/vue-use-playground-new/ pnpm nuxt build --preset github_pages
2424
- name: Upload artifact
2525
uses: actions/upload-pages-artifact@v3
2626
with:

0 commit comments

Comments
 (0)