debuggin build

This commit is contained in:
Triston Armstrong 2024-01-07 13:56:19 -06:00
parent f899ed2096
commit 85241eea8f
4 changed files with 8 additions and 8 deletions

View File

@ -3,12 +3,12 @@ import { Html, Head, Main, NextScript } from 'next/document'
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 />

View File

@ -15,12 +15,12 @@ interface LandingProps {
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

@ -18,12 +18,12 @@ interface HomeProps {
export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes }: HomeProps) {
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="">
<FolderTree tree={tree} flattenNodes={flattenNodes} />

View File

@ -14,11 +14,11 @@ export interface HomeProps {
export default function Home({ content, tree, flattenNodes, backLinks }: HomeProps) {
return (
<Layout>
{/*
<Head>
{/*
<body style={{ margin: 0, padding: 0 }} />
*/}
</Head>
*/}
<div className='flex gap-1 w-full'>
<nav className="">
<FolderTree tree={tree} flattenNodes={flattenNodes} />