portfolio_site/src/lib/config.ts

19 lines
602 B
TypeScript
Raw Normal View History

2025-01-22 18:08:27 +02:00
export const site = {
name: 'Mihkel Martin Kasterpalu',
2025-01-22 18:08:27 +02:00
author: 'Mihkel Martin Kasterpalu',
2025-01-31 20:20:07 +02:00
email: 'mihkel@kasterpalu.ee',
description: 'Portfoolio - Arendaja, Disainer, Muusik, DJ, Ettevõtja.',
2025-01-22 18:08:27 +02:00
image: '/web-app-manifest-512x512.png'
};
export const stuffSite = {
name: 'Kasterpalu Stuff',
author: 'Mihkel Martin Kasterpalu',
2025-01-31 20:20:07 +02:00
email: 'mihkel@kasterpalu.ee',
description:
'Minimängud ja muud huvitavat. Kui mul tekkis lahe idee ja suutsin sellest midagi lahedat arendada siis näed seda ka siin.',
image: '/web-app-manifest-512x512.png'
};
2025-01-31 16:44:38 +02:00
export const baseURL = 'https://kasterpalu.ee';