Skip to content

Commit ff854e2

Browse files
authored
Update font-optimization.mdx
1 parent 9a28237 commit ff854e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/docs/font-optimization.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ class MyDocument extends Document {
6161
render() {
6262
return (
6363
<Html>
64-
<Head>
64+
<DocumentHead>
6565
<link
6666
href="https://fonts.googleapis.com/css2?family=Inter"
6767
rel="stylesheet"
6868
/>
69-
</Head>
69+
</DocumentHead>
7070
<body>
7171
<Main />
7272
<BlitzScript />

0 commit comments

Comments
 (0)