import { getSortedPostsData, PostMeta } from "../lib/posts"; import Link from "next/link"; import Window from "../components/window"; export default function Home() { const allPostsData: PostMeta[] = getSortedPostsData(); return (
A little corner of the internet from the 2000s.
No posts found. Add some markdown files to the 'posts' directory!
)}