We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fba6f6a + 40032d4 commit 1b0b78eCopy full SHA for 1b0b78e
src/app/layout.tsx
@@ -51,9 +51,6 @@ export const viewport: Viewport = {
51
52
const RootLayout = ({ children }: { children: React.ReactNode }) => (
53
<html lang="ko" className={pretendard.variable}>
54
- <head>
55
- <link rel="preload" href="/fonts/PretendardVariable.woff2" as="font" type="font/woff2" crossOrigin="anonymous" />
56
- </head>
57
<body className={pretendard.className}>
58
<AppleScriptLoader />
59
<GoogleAnalytics gaId="G-V1KLYZC1DS" />
0 commit comments