File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import GlobalLayout from "@/components/layout/GlobalLayout";
88
99import { AlertProvider } from "@/context/AlertContext" ;
1010import QueryProvider from "@/lib/react-query/QueryProvider" ;
11+ import "@/styles/globals.css" ;
1112import { GoogleAnalytics } from "@next/third-parties/google" ;
1213
1314export const metadata : Metadata = {
@@ -33,6 +34,7 @@ const KakaoScriptLoader = dynamic(() => import("@/lib/ScriptLoader/KakaoScriptLo
3334 ssr : false ,
3435 loading : ( ) => null ,
3536} ) ;
37+
3638const AppleScriptLoader = dynamic ( ( ) => import ( "@/lib/ScriptLoader/AppleScriptLoader" ) , {
3739 ssr : false ,
3840 loading : ( ) => null ,
@@ -83,7 +85,6 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => (
8385 < link rel = "dns-prefetch" href = "//connect.facebook.net" />
8486 < link rel = "dns-prefetch" href = "//t1.kakaocdn.net" />
8587 </ head >
86-
8788 < body className = { `${ pretendard . className } ${ inter . className } ` } >
8889 < KakaoScriptLoader />
8990 < AppleScriptLoader />
You can’t perform that action at this time.
0 commit comments