Skip to content

Commit

Permalink
Prøv å fikse env loading for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jan 24, 2025
1 parent b9af6ff commit 8fd06fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ VITE_MOCK_ENABLED=true
VITE_HODE_URL=https://navikt.github.io/internarbeidsflatedecorator
VITE_HODE_URL_V2=https://cdn.nav.no/personoversikt/internarbeidsflate-decorator-v3
SKIP_PREFLIGHT_CHECK=true
VITE_AMPLITUDE_API_KEY_DEV=716ce898b7143ffd7ff3e52dfe69bae7
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Switch to gh-dev build
run: |
echo 'VITE_USE_HASH_ROUTER=true' >> .env.development
mv .env.development .env.production.local
mv .env.development .env.production
- name: Build
env:
VITE_APP_BASE_PATH: '/modiapersonoversikt'
Expand Down

0 comments on commit 8fd06fd

Please sign in to comment.