add back head in document file
This commit is contained in:
parent
dadf304d33
commit
4bcda2ae1c
@ -3,12 +3,10 @@ import { Html, Head, Main, NextScript } from 'next/document'
|
|||||||
export default function Document() {
|
export default function Document() {
|
||||||
return (
|
return (
|
||||||
<Html>
|
<Html>
|
||||||
{/*
|
|
||||||
<Head>
|
<Head>
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
||||||
</Head>
|
</Head>
|
||||||
*/}
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
Loading…
Reference in New Issue
Block a user