hellob.art/src/routes/timeline/+page.ts

8 lines
211 B
TypeScript

/** @type {import('./$types').PageLoad} */
export function load() {
return {
name: `Timeline`,
title: `Experiences through time`,
subTitle: `Achievements in my education, career and personal life.`
};
}