remove head in index and add classname to body on document file
This commit is contained in:
parent
0e69f190f7
commit
7819ee0572
@ -8,7 +8,7 @@ export default function Document() {
|
|||||||
<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 className='bg-gradient'>
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
</body>
|
</body>
|
||||||
|
@ -15,10 +15,6 @@ interface LandingProps {
|
|||||||
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
|
||||||
{/* <meta name="color-scheme" content='dark' /> */}
|
|
||||||
<body className='bg-gradient' key='body' />
|
|
||||||
</Head>
|
|
||||||
|
|
||||||
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user