Skip to content

Commit

Permalink
Merge pull request #5 from parceiroti/devel
Browse files Browse the repository at this point in the history
💥 fix: disable Navigation bar client:load
  • Loading branch information
retrozinndev authored Apr 29, 2024
2 parents 016dc41 + 16c2cd9 commit e1069d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/MainLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(page !== undefined && page !== "undefined" && page !== "") {
<meta property="og:image" content={ banner }>
<title>{ "Parceiro TI" + currentPage }</title>
</head>
<Navigation client:load />
<Navigation />

<slot />

Expand Down

0 comments on commit e1069d5

Please sign in to comment.