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() {
|
||||
return (
|
||||
<Html>
|
||||
{/*
|
||||
<Head>
|
||||
<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" />
|
||||
</Head>
|
||||
*/}
|
||||
|
||||
<body>
|
||||
<Main />
|
||||
|
Loading…
Reference in New Issue
Block a user