Skip to content

Commit

Permalink
feat(seo): add meta tags on _document.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 16, 2022
1 parent 3b7872a commit 31ff389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export default function Document() {
<Html lang="en">
<Head>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap"
Expand Down

0 comments on commit 31ff389

Please sign in to comment.