mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2026-03-13 00:49:11 +00:00
8 lines
213 B
TypeScript
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.`
|
|
};
|
|
}
|