Skip to content

Commit ca77f8c

Browse files
committed
remove unused
1 parent 827c8d1 commit ca77f8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/layout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@ export default function RootLayout({
7070
/>
7171
<link rel="manifest" href="/site.webmanifest" />
7272

73-
{/* Preload критического CSS */}
74-
<link
75-
rel="preload"
76-
href="/_next/static/css/app/layout.css"
77-
as="style"
78-
/>
79-
8073
{/* Preconnect для аналитики */}
8174
{isProduction && (
8275
<>

0 commit comments

Comments
 (0)