Skip to content

Commit

Permalink
Fix Head
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden committed Mar 7, 2023
1 parent c4b64dd commit b053431
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/_document.tsx
@@ -1,9 +1,10 @@
import Document, { Html, Main, NextScript } from "next/document";
import Document, { Head, Html, Main, NextScript } from "next/document";

class MyDocument extends Document {
render() {
return (
<Html>
<Head />
<body>
<Main />
<NextScript />
Expand Down

0 comments on commit b053431

Please sign in to comment.