Skip to content

Commit

Permalink
adding speed insights by vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
realpxd committed Feb 1, 2024
1 parent 25eca74 commit a520d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function RootLayout({ children }) {
<meta id="themeH" name="theme-color" content="#000" />
<meta name="revised" content="ProgrammerXD, 24/10/2023" /> */}
{/* </Head> */}

<SpeedInsights />
<body className={inter.className}>{children}</body>
</html>
)
Expand Down

0 comments on commit a520d1a

Please sign in to comment.