Skip to content

Commit

Permalink
feat: SpeedInsights 컴포넌트 추가 (layout.tsx)
Browse files Browse the repository at this point in the history
SpeedInsights 확인을 위한 컴포넌트 추가

#27
  • Loading branch information
geongyu09 committed May 16, 2024
1 parent 6393f43 commit 9673395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FE/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Analytics } from "@vercel/analytics/react";
import { SpeedInsights } from "@vercel/speed-insights/next";
import type { Metadata } from "next";
import "./globals.css";
import { PropsWithChildren } from "react";
Expand Down Expand Up @@ -26,6 +27,7 @@ export default function RootLayout({ children }: PropsWithChildren) {
<body className="flex flex-col items-center">
<Provider>{children}</Provider>
<Analytics />
<SpeedInsights />
</body>
</html>
);
Expand Down

0 comments on commit 9673395

Please sign in to comment.