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() {
|
export default function Document() {
|
||||||
return (
|
return (
|
||||||
<Html>
|
<Html>
|
||||||
|
{/*
|
||||||
<Head>
|
<Head>
|
||||||
{/*
|
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
<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" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css" />
|
||||||
*/}
|
|
||||||
</Head>
|
</Head>
|
||||||
|
*/}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<Main />
|
<Main />
|
||||||
|
@ -15,12 +15,12 @@ interface LandingProps {
|
|||||||
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
export default function Landing({ jobs, skills, projects }: LandingProps) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
{/*
|
||||||
<Head>
|
<Head>
|
||||||
{/*
|
|
||||||
<meta name="color-scheme" content='dark' />
|
<meta name="color-scheme" content='dark' />
|
||||||
<body className='bg-gradient' />
|
<body className='bg-gradient' />
|
||||||
*/}
|
|
||||||
</Head>
|
</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 }} />
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@ interface HomeProps {
|
|||||||
export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes }: HomeProps) {
|
export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes }: HomeProps) {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
|
{/*
|
||||||
<Head>
|
<Head>
|
||||||
{/*
|
|
||||||
{note.title && <meta name="title" content={note.title} />}
|
{note.title && <meta name="title" content={note.title} />}
|
||||||
<body style={{ margin: 0, padding: 0 }} />
|
<body style={{ margin: 0, padding: 0 }} />
|
||||||
*/}
|
|
||||||
</Head>
|
</Head>
|
||||||
|
*/}
|
||||||
<div className='flex gap-1 w-full'>
|
<div className='flex gap-1 w-full'>
|
||||||
<nav className="">
|
<nav className="">
|
||||||
<FolderTree tree={tree} flattenNodes={flattenNodes} />
|
<FolderTree tree={tree} flattenNodes={flattenNodes} />
|
||||||
|
@ -14,11 +14,11 @@ export interface HomeProps {
|
|||||||
export default function Home({ content, tree, flattenNodes, backLinks }: HomeProps) {
|
export default function Home({ content, tree, flattenNodes, backLinks }: HomeProps) {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
|
{/*
|
||||||
<Head>
|
<Head>
|
||||||
{/*
|
|
||||||
<body style={{ margin: 0, padding: 0 }} />
|
<body style={{ margin: 0, padding: 0 }} />
|
||||||
*/}
|
|
||||||
</Head>
|
</Head>
|
||||||
|
*/}
|
||||||
<div className='flex gap-1 w-full'>
|
<div className='flex gap-1 w-full'>
|
||||||
<nav className="">
|
<nav className="">
|
||||||
<FolderTree tree={tree} flattenNodes={flattenNodes} />
|
<FolderTree tree={tree} flattenNodes={flattenNodes} />
|
||||||
|
Loading…
Reference in New Issue
Block a user