✨ feat(wip): Add code syntax highlighting
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { getPostData, getAllPostSlugs } from '@/lib/posts';
|
||||
import { notFound } from 'next/navigation';
|
||||
import Link from 'next/link';
|
||||
import "@/app/markdown.css"
|
||||
import "@/app/markdown.css";
|
||||
|
||||
interface PostPageProps {
|
||||
params: Promise<{ slug: string }>;
|
||||
|
||||
Reference in New Issue
Block a user