Skip to content

Commit

Permalink
fix: 设置站点图标失效
Browse files Browse the repository at this point in the history
  • Loading branch information
Mereithhh committed Aug 28, 2022
1 parent f88d643 commit 89dfdd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/website/pages/_document.tsx
@@ -1,11 +1,9 @@
import { Html, Head, Main, NextScript } from "next/document";
import { Head, Html, Main, NextScript } from "next/document";

export default function Document() {
return (
<Html className="light" lang="zh">
<Head>
<link rel="icon" href="/logo.svg"></link>
</Head>
<Head></Head>
<body>
<Main />
<NextScript />
Expand Down

0 comments on commit 89dfdd6

Please sign in to comment.