--- import { getSocial } from "@/data/constants"; const items = ["email", "rss", "github", "atproto"].map( (key) => getSocial(key)!, ); ---
Find me on