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

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.`
};
}