Skip to content

Commit

Permalink
default seo test
Browse files Browse the repository at this point in the history
  • Loading branch information
realvjy committed Jul 30, 2022
1 parent 61fbb37 commit a50d32c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ export default class MyDocument extends Document {
crossOrigin="true"
/>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700"
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=optional"
rel="stylesheet"
/>

</Head>
<body>

<script src="noflash.js" />
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit a50d32c

Please sign in to comment.