feat(wip): Add code syntax highlighting

This commit is contained in:
2026-01-20 04:17:03 +03:00
parent 6e8c3f911d
commit 5df865ee3b
5 changed files with 511 additions and 105 deletions

View File

@@ -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 }>;