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 = baseMetadata;
|
||||
@@ -6,7 +7,10 @@ export const metadata = baseMetadata;
|
||||
export default function EnglishLayout({ children }) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body>{children}</body>
|
||||
<body>
|
||||
<PageLoadTracker locale="en" />
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user