portfolio_site/src/lib/config.ts

17 lines
538 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',
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',
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';