Skip to content

Commit

Permalink
debug log added
Browse files Browse the repository at this point in the history
  • Loading branch information
JEK58 committed Aug 6, 2024
1 parent 2b6e0d3 commit 1c2ce39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const metadata = {

export const viewport: Viewport = { themeColor: "#4ade80" };

console.log("Plausible URL:" + env.NEXT_PUBLIC_PLAUSIBLE_URL);

export default function RootLayout({
children,
}: {
Expand Down

0 comments on commit 1c2ce39

Please sign in to comment.