Skip to content

Commit d1cd3d5

Browse files
committed
fix: remove 'use client' from blog page (conflicts with generateStaticParams)
1 parent 18303da commit d1cd3d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/blog/[slug]/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use client';
2-
31
import { getPostBySlug, getAllPosts } from '@/lib/blog';
42
import { motion } from 'framer-motion';
53
import Link from 'next/link';

0 commit comments

Comments
 (0)