Skip to content

Commit

Permalink
👷 Do set nuxt subpath for custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 3, 2024
1 parent 884759c commit c45b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn

- name: Generate
run: NUXT_APP_BASE_URL=/${{ github.event.repository.name }}/ yarn generate:production
run: NUXT_APP_BASE_URL=/ yarn generate:production
env:
GA_TRACKING_ID: ${{ vars.GA_TRACKING_ID }}
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
Expand Down

0 comments on commit c45b35e

Please sign in to comment.