debugging build pipeline

This commit is contained in:
Triston Armstrong 2024-01-07 13:53:32 -06:00
parent defa2f7b9e
commit f899ed2096
4 changed files with 9 additions and 0 deletions

View File

@ -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 />

View File

@ -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 }} />

View File

@ -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="">

View File

@ -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="">