fun improvements #1

Merged
GKaszewski merged 21 commits from fun into main 2026-03-31 00:50:17 +00:00
Showing only changes of commit c3cc9ccd01 - Show all commits

View File

@@ -1,8 +1,8 @@
import Link from "next/link"; import Link from "next/link";
import { getPostData, getAllPostIds } from "@/lib/posts"; import { getPostData, getAllPostIds } from "@/lib/posts";
import type { PostData } from "@/lib/posts"; import type { PostData } from "@/lib/posts";
import Window from "../../../components/window"; import Window from "@/components/window";
import TableOfContents from "../../../components/table-of-contents"; import TableOfContents from "@/components/table-of-contents";
import { MDXRemote } from "next-mdx-remote/rsc"; import { MDXRemote } from "next-mdx-remote/rsc";
import rehypePrettyCode from "rehype-pretty-code"; import rehypePrettyCode from "rehype-pretty-code";
import rehypeSlug from "rehype-slug"; import rehypeSlug from "rehype-slug";