From b4e877c8a8d47ac3268b7e0b9d651653dbdd2019 Mon Sep 17 00:00:00 2001 From: Pojen Chen Date: Fri, 14 Dec 2018 23:37:53 +0900 Subject: [PATCH] Remove from Head in _document (#5887) --- examples/with-next-sass/pages/_document.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/with-next-sass/pages/_document.js b/examples/with-next-sass/pages/_document.js index af0f233e..58fa5204 100644 --- a/examples/with-next-sass/pages/_document.js +++ b/examples/with-next-sass/pages/_document.js @@ -1,21 +1,10 @@ -/* -In production the stylesheet is compiled to .next/static/style.css. -The file will be served from /_next/static/style.css -You could include it into the page using either next/head or a custom _document.js. -*/ - import Document, { Head, Main, NextScript } from 'next/document' export default class MyDocument extends Document { render () { return ( - - - +