We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f5aec commit 24279e5Copy full SHA for 24279e5
src/app/(marketing)/blog/[slug]/page.tsx
@@ -156,6 +156,8 @@ export default async function BlogPost({ params }: BlogPostParams) {
156
</div>
157
</article>
158
<aside className="w-full md:w-2/5 order-first md:order-last">
159
+ {/**
160
+ *
161
<h3 className="text-2xl font-medium">Table of contents</h3>
162
<div className="mt-8">
163
{typedFrontmatter.headings.map((heading) => (
@@ -164,6 +166,7 @@ export default async function BlogPost({ params }: BlogPostParams) {
164
166
165
167
))}
168
169
+ */}
170
<div className="sticky top-32 md:max-w-[320px] ml-auto space-y-5">
171
<Card className="w-full border border-black-50 text-white shadow-lg">
172
<CardHeader className="pb-2">
0 commit comments