Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Nov 7, 2024
1 parent 5b330b7 commit 80686ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ui/src/lib/layouts/docs-layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ const DocsLayout = async ({ children, params }: PropsWithChildren & DocsLayoutPr
FDK_REGISTRATION_BASE_URI: registrationBaseUri = '/',
} = process.env;

// eslint-disable-next-line no-restricted-syntax
console.log("communityBaseUri", communityBaseUri);
// eslint-disable-next-line no-restricted-syntax
console.log("registrationBaseUri", registrationBaseUri);

const baseUri = FDK_DATA_NORGE_BASE_URI || FDK_BASE_URI;
Expand Down

0 comments on commit 80686ec

Please sign in to comment.