Skip to content

Commit

Permalink
debug: console header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfrogfog committed Dec 19, 2024
1 parent 29d640f commit 92efb52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/storyblok/src/components/Page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export default function PageContainer({ blok }: IPageContainerProps) {

if (!sections) return null;

console.log("globalHeader");
console.log(globalHeader);
console.log("globalFooter");
console.log(globalFooter);

return (
<div className={cn("bg-bgColor", theme)}>
{globalHeader && <StoryblokStory story={globalHeader} />}
Expand Down

0 comments on commit 92efb52

Please sign in to comment.