diff --git a/apps/blogai/app/[locale]/details/[slug]/page.tsx b/apps/blogai/app/[locale]/details/[slug]/page.tsx index 468409a..df3f1fb 100644 --- a/apps/blogai/app/[locale]/details/[slug]/page.tsx +++ b/apps/blogai/app/[locale]/details/[slug]/page.tsx @@ -83,11 +83,12 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale: return ( <> - + {/* */}
+
- {/*

{} {t("JellyAI")}

*/}

{frontmatter.title} @@ -140,7 +140,6 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale:

- ); @@ -149,141 +148,3 @@ const BlogArticleWrapper = async ({ params }: { params: { slug: string, locale: export default BlogArticleWrapper; - - -// const BlogArticleWrapper_bak = async ({ params }: { params: { slug: string } }) => { -// const { serialized, frontmatter, headings } = await getPost(params.slug); -// console.log(serialized, frontmatter, headings, params.slug) - - -// const author = authors[frontmatter.author]; -// const moreArticles = await getContentData({ -// contentPath: BLOG_PATH, -// filepath: params.slug, -// }); - - -// return ( -// <> -// -//
-//
-//

-// {frontmatter.title} -//

-//

{frontmatter.description}

-//
-// -//
-//
- -//
-//
-// -// -// -//
-//
{author.name}
-//
-//
-// { -//
-//

-// Table of Contents -//

-// -//
-// {headings.map((heading) => { -// return ( -// -// ); -// })} -//
-// -//
-//
-// } -//
-//
-//
-// -//
-//
-// -//
-//

-// Accelerate your API development -//

- -//
-// -// Get started -// -// -// Documentation -// -//
-//
-//
-// App screenshot -//
-//
-//
-//
- -// {/* {moreArticles.length > 0 && ( -// -// )} */} -// -// ); -// }; \ No newline at end of file