From f899ed20968e62572c34f7a5825aa7297ba92c76 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 7 Jan 2024 13:53:32 -0600 Subject: [PATCH] debugging build pipeline --- pages/_document.tsx | 3 +++ pages/index.tsx | 2 ++ pages/notes/[id].tsx | 2 ++ pages/notes/index.tsx | 2 ++ 4 files changed, 9 insertions(+) diff --git a/pages/_document.tsx b/pages/_document.tsx index 5e84c03..16ca6e5 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -4,9 +4,12 @@ export default function Document() { return ( + {/* + */} +
diff --git a/pages/index.tsx b/pages/index.tsx index d328cdc..de05247 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -16,8 +16,10 @@ export default function Landing({ jobs, skills, projects }: LandingProps) { return (
+ {/* + */} peng diff --git a/pages/notes/[id].tsx b/pages/notes/[id].tsx index 030736c..3fad2bd 100644 --- a/pages/notes/[id].tsx +++ b/pages/notes/[id].tsx @@ -19,8 +19,10 @@ export default function Home({ note, backLinks, fileNames: _, tree, flattenNodes return ( + {/* {note.title && } + */}