mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Remove <link ...style.css"> from Head in _document (#5890)
This commit is contained in:
parent
798ae043ac
commit
dfa0f82669
|
@ -10,9 +10,7 @@ export default class MyDocument extends Document {
|
|||
render () {
|
||||
return (
|
||||
<html>
|
||||
<Head>
|
||||
<link rel='stylesheet' href='/_next/static/style.css' />
|
||||
</Head>
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
|
Loading…
Reference in a new issue