diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0edc94..4374b99 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ export const metadata = { export default function About() { return ( - +

Coming Soon

diff --git a/src/app/cv/page.tsx b/src/app/cv/page.tsx index bc08c87..5bcad1d 100644 --- a/src/app/cv/page.tsx +++ b/src/app/cv/page.tsx @@ -6,7 +6,7 @@ export const metadata = { export default function CV() { return ( - +

Coming Soon

diff --git a/src/app/posts/[...path]/page.tsx b/src/app/posts/[...path]/page.tsx index 171d908..9f03f3b 100644 --- a/src/app/posts/[...path]/page.tsx +++ b/src/app/posts/[...path]/page.tsx @@ -18,7 +18,7 @@ export default async function Post({ params }: Props) { const content = await mdToHtml(post.content); return ( - +
diff --git a/src/app/posts/page.tsx b/src/app/posts/page.tsx index 5f629b6..9787ddb 100644 --- a/src/app/posts/page.tsx +++ b/src/app/posts/page.tsx @@ -6,7 +6,7 @@ export const metadata = { export default function Posts() { return ( - +

Coming Soon