diff --git a/apps/docs/content/blog/make-a-blog.mdx b/apps/docs/content/blog/make-a-blog.mdx
index d28e338c8..bdc11791d 100644
--- a/apps/docs/content/blog/make-a-blog.mdx
+++ b/apps/docs/content/blog/make-a-blog.mdx
@@ -49,7 +49,7 @@ You can now access the content from `blog`.
Create an index page for blog posts.
By default, there should be a `(home)` route group with `
{post.data.description}
-- Published on {post.data.date} -
))} @@ -96,8 +93,7 @@ import { notFound } from 'next/navigation'; import Link from 'next/link'; import { InlineTOC } from 'fumadocs-ui/components/inline-toc'; import defaultMdxComponents from 'fumadocs-ui/mdx'; -import { blog } from '@/app/source'; -import { buttonVariants } from '@/components/ui/button'; +import { blog } from '@/lib/source'; export default async function Page(props: { params: Promise<{ slug: string }>; @@ -113,12 +109,7 @@ export default async function Page(props: {{page.data.description}
- - Back - + Back