Skip to content

Commit

Permalink
hail mary for dekoratoren
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Nov 21, 2024
1 parent e2fe115 commit 8228379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import {configureLogger} from "@navikt/next-logger";
import {initAmplitude} from "../../lib/amplitude/Amplitude.tsx";

const Page = () => {
// @ts-expect-error production hack
window.__DECORATOR_DATA__.env.LOGIN_SESSION_API_URL = "https://www.nav.no/sosialhjelp/soknad/oauth2/session";
configureLogger({basePath: BASE_PATH});
initAmplitude();
const {path} = getPathPrefixIncludingLocale();
Expand Down

0 comments on commit 8228379

Please sign in to comment.