Skip to content

Commit 4a62a7b

Browse files
committed
move analytics to after children
1 parent b782d40 commit 4a62a7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default function RootLayout({
4343
geistSans.variable,
4444
geistMono.variable
4545
)}>
46-
<Analytics />
4746
<SpeedInsights />
4847
<ThemeProvider
4948
attribute="class"
@@ -56,6 +55,7 @@ export default function RootLayout({
5655
{children}
5756
</ClerkProvider>
5857
</ThemeProvider>
58+
<Analytics />
5959
</body>
6060
</html>
6161
)

0 commit comments

Comments
 (0)