1
0
Fork 0
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:
Yuri Yakovlev 2018-09-20 13:26:11 +02:00 committed by Tim Neutkens
parent 758ad9ce84
commit 2d763e08a8

View file

@ -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 />