mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
/** @type {import('./$types').PageLoad} */
|
|
export function load() {
|
|
return {
|
|
name: `Projects`,
|
|
title: `Projects I've realized`,
|
|
subTitle: `Explore some of the projects I worked on in the past.`
|
|
};
|
|
}
|