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