import type { Metadata } from "next"; 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 ( <>

Archive

Earlier Work

Experiments, browser extensions, and bootcamp projects. Kept here for context — not representative of current work.

{archiveProjects.map((project) => (

{project.title}