Skip to content

Commit

Permalink
Set NUXT_APP_BASE_URL only for production build
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed May 15, 2024
1 parent cb7b975 commit b1d0a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
jobs:
build:
runs-on: ubuntu-latest
env:
NUXT_APP_BASE_URL: "/wie-viele-menschen/"
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -88,6 +86,8 @@ jobs:

- name: Build for production
run: npm run build:pages
env:
NUXT_APP_BASE_URL: "/wie-viele-menschen/"

- name: Setup Pages
id: pages
Expand Down

0 comments on commit b1d0a3e

Please sign in to comment.