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

8 lines
213 B
TypeScript

/** @type {import('./$types').PageLoad} */
export function load() {
return {
name: `Home`,
title: `I made this for you`,
subTitle: `Featuring current work and studies in a SvelteKit-based portfolio.`
};
}