Skip to content

Commit

Permalink
fix(apps/furo): remove link to manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chillichelli committed Jul 18, 2022
1 parent 584da5b commit de01077
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/furo/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class MyDocument extends Document {
return (
<Html>
<Head>
<link rel="manifest" href="/manifest.json" />
<link href="https://fonts.googleapis.com/css2?family=Inter&display=optional" rel="stylesheet" />
</Head>
<body>
Expand Down

0 comments on commit de01077

Please sign in to comment.