Skip to content

Commit

Permalink
chore: output the logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwenk committed Jan 7, 2025
1 parent e3165de commit b3531c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web-frontend/src/elements/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ function Header() {
const url =
import.meta.env.VITE_MB3_FRONTEND_URL + import.meta.env.VITE_MB3_BASE_URL;

console.log(
import.meta.env.VITE_MB3_FRONTEND_URL,
' + ',
import.meta.env.VITE_MB3_BASE_URL,
' -> ',
url,
);

type MenuItem = Required<MenuProps>['items'][number];

const logoLink: MenuItem = {
Expand Down

0 comments on commit b3531c2

Please sign in to comment.