debuggin build
This commit is contained in:
parent
f899ed2096
commit
85241eea8f
@ -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 />
|
||||
|
@ -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 }} />
|
||||
|
||||
|
@ -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} />
|
||||
|
@ -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} />
|
||||
|
Loading…
Reference in New Issue
Block a user