Skip to content

Commit 2441271

Browse files
committed
refactor : Vercel 환경에서 사용하던 코드 제거
1 parent 7bbc7b9 commit 2441271

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/src/app/layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Analytics } from "@vercel/analytics/next";
2-
import { SpeedInsights } from "@vercel/speed-insights/next";
31
import { Provider } from "jotai";
42
import type { Metadata } from "next";
53
import localFont from "next/font/local";
@@ -115,8 +113,6 @@ export default async function RootLayout({
115113
</Provider>
116114
</ThemeProvider>
117115
</StyledComponentsRegistry>
118-
<SpeedInsights />
119-
<Analytics />
120116
</body>
121117
</html>
122118
);

0 commit comments

Comments
 (0)