From 573f3fa5b18a3f3bdd7b0a11f4d4f820bedfc325 Mon Sep 17 00:00:00 2001 From: depapp Date: Fri, 3 May 2024 09:20:38 +0700 Subject: [PATCH] fix No Stylesheets In Head Component --- src/components/Layout.js | 6 ------ src/pages/_document.js | 9 ++++++++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/Layout.js b/src/components/Layout.js index c8eadeb..70ea9e2 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -7,12 +7,6 @@ const Layout = (props) => { <> #PamerAjaDulu -
{props.children}
diff --git a/src/pages/_document.js b/src/pages/_document.js index b2fff8b..dfc6523 100644 --- a/src/pages/_document.js +++ b/src/pages/_document.js @@ -3,7 +3,14 @@ import { Html, Head, Main, NextScript } from "next/document"; export default function Document() { return ( - + + +