Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Dec 10, 2024
1 parent 1a44000 commit eb4a51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ installGlobals();
export default defineConfig({
base:
process.env.NODE_ENV === "production"
? "https://cdn.nav.no/saksbehandling/dp-saksbehandling-frontend/client/"
? "https://cdn.nav.no/teamdagpenger/dp-saksbehandling-frontend/client/"
: "/saksbehandling/",
server: {
port: 3000,
Expand Down

0 comments on commit eb4a51b

Please sign in to comment.