deploy
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import "../globals.css";
|
||||
import { PageLoadTracker } from "../PageLoadTracker.jsx";
|
||||
import { baseMetadata } from "../seo.js";
|
||||
|
||||
export const metadata = {
|
||||
@@ -16,7 +17,10 @@ export const metadata = {
|
||||
export default function PortugueseLayout({ children }) {
|
||||
return (
|
||||
<html lang="pt-BR">
|
||||
<body>{children}</body>
|
||||
<body>
|
||||
<PageLoadTracker locale="pt" />
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user