export const name = 'projects'; export const title = 'Projects'; export const order = 20; export const description = 'Selected work and projects'; // Replace these entries with your own work. config.pages.projects is a legacy content fallback. export function render({ config }) { return (config.pages?.projects?.lines || [ 'Project One — what it does', 'Project Two — what you learned' ]).join('\n'); }