+
- {/*
{} {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}
-//
-//
-//
-//
-
-//
-//
-// {
-//
-//
-// Table of Contents
-//
-//
-//
-// {headings.map((heading) => {
-// return (
-//
-// );
-// })}
-//
-//
-//
-//
-// }
-//
-//
-//
-//
-//
-//
-//
-//
-//
-// Accelerate your API development
-//
-
-//
-//
-//
-//

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