Skip to content

Commit d262b0f

Browse files
author
Peter Rasmussen
committed
also move speedinsights
1 parent 4a62a7b commit d262b0f

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-
<SpeedInsights />
4746
<ThemeProvider
4847
attribute="class"
4948
defaultTheme="dark"
@@ -55,6 +54,7 @@ export default function RootLayout({
5554
{children}
5655
</ClerkProvider>
5756
</ThemeProvider>
57+
<SpeedInsights />
5858
<Analytics />
5959
</body>
6060
</html>

0 commit comments

Comments
 (0)