mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove useless link tag in the head of Ant design example (#5227)
This commit is contained in:
parent
758ad9ce84
commit
2d763e08a8
|
@ -7,7 +7,6 @@ export default class MyDocument extends Document {
|
|||
<Head>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||
<meta charSet='utf-8' />
|
||||
<link rel='stylesheet' href='/_next/static/style.css' />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
|
Loading…
Reference in a new issue