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

8 lines
226 B
TypeScript

/** @type {import('./$types').PageLoad} */
export function load() {
return {
name: `Tools`,
title: `Inside my toolbox`,
subTitle: `Tools, applications, and software that fuels my development and operations work.`
};
}