import type { Metadata } from "next"; import Widget from "@/components/Widget"; import { archiveProjects } from "@/data/projects"; export const metadata: Metadata = { title: "Archive | Tyler Koenig", description: "Earlier projects and experiments — browser extensions, canvas apps, and bootcamp work.", }; export default function ArchivePage() { return ( <>
tyler/projects/archive
Experiments, browser extensions, and bootcamp projects. Kept here for context — not representative of current work.
{project.description}