remove cdn import in head elements
This commit is contained in:
parent
8b50537b75
commit
defa2f7b9e
@ -5,6 +5,7 @@ export default function Document() {
|
||||
<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 />
|
||||
|
@ -17,7 +17,6 @@ export default function Landing({ jobs, skills, projects }: LandingProps) {
|
||||
<div>
|
||||
<Head>
|
||||
<meta name="color-scheme" content='dark' />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
||||
<body className='bg-gradient' />
|
||||
</Head>
|
||||
|
||||
|
@ -20,7 +20,6 @@ export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes
|
||||
<Layout>
|
||||
<Head>
|
||||
{note.title && <meta name="title" content={note.title} />}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
||||
<body style={{ margin: 0, padding: 0 }} />
|
||||
</Head>
|
||||
<div className='flex gap-1 w-full'>
|
||||
|
@ -15,7 +15,6 @@ export default function Home({ content, tree, flattenNodes, backLinks }: HomePro
|
||||
return (
|
||||
<Layout>
|
||||
<Head>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
||||
<body style={{ margin: 0, padding: 0 }} />
|
||||
</Head>
|
||||
<div className='flex gap-1 w-full'>
|
||||
|
Loading…
Reference in New Issue
Block a user