From 81a2a6c429e08554f2cba9719aaeaf5be0753e45 Mon Sep 17 00:00:00 2001 From: adrianoted <44505785+adrianoted@users.noreply.github.com> Date: Thu, 13 Dec 2018 00:30:43 +0100 Subject: [PATCH] Removing link ref style.css (#5871) This link ref is no more necessary to include in the Head Section. It cause error 404 in the console: http://localhost:3000/_next/static/style.css net::ERR_ABORTED 404 (Not Found) --- examples/with-semantic-ui/pages/_document.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/with-semantic-ui/pages/_document.js b/examples/with-semantic-ui/pages/_document.js index 8116ff2c..58fa5204 100644 --- a/examples/with-semantic-ui/pages/_document.js +++ b/examples/with-semantic-ui/pages/_document.js @@ -4,9 +4,7 @@ export default class MyDocument extends Document { render () { return ( - - - +