mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
8 lines
211 B
TypeScript
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.`
|
|
};
|
|
}
|