debugging build pipeline
This commit is contained in:
parent
defa2f7b9e
commit
f899ed2096
@ -4,9 +4,12 @@ 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 />
|
||||
<NextScript />
|
||||
|
@ -16,8 +16,10 @@ export default function Landing({ jobs, skills, projects }: LandingProps) {
|
||||
return (
|
||||
<div>
|
||||
<Head>
|
||||
{/*
|
||||
<meta name="color-scheme" content='dark' />
|
||||
<body className='bg-gradient' />
|
||||
*/}
|
||||
</Head>
|
||||
|
||||
<img src='https://i.giphy.com/TBCVggEb9DzSHTUI19.webp' width={220} height={220} alt="peng" style={{ position: 'fixed', bottom: 0, left: 0 }} />
|
||||
|
@ -19,8 +19,10 @@ export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes
|
||||
return (
|
||||
<Layout>
|
||||
<Head>
|
||||
{/*
|
||||
{note.title && <meta name="title" content={note.title} />}
|
||||
<body style={{ margin: 0, padding: 0 }} />
|
||||
*/}
|
||||
</Head>
|
||||
<div className='flex gap-1 w-full'>
|
||||
<nav className="">
|
||||
|
@ -15,7 +15,9 @@ export default function Home({ content, tree, flattenNodes, backLinks }: HomePro
|
||||
return (
|
||||
<Layout>
|
||||
<Head>
|
||||
{/*
|
||||
<body style={{ margin: 0, padding: 0 }} />
|
||||
*/}
|
||||
</Head>
|
||||
<div className='flex gap-1 w-full'>
|
||||
<nav className="">
|
||||
|
Loading…
Reference in New Issue
Block a user