18 lines
602 B
TypeScript
18 lines
602 B
TypeScript
export const site = {
|
|
name: 'Mihkel Martin Kasterpalu',
|
|
author: 'Mihkel Martin Kasterpalu',
|
|
email: 'mihkel@kasterpalu.ee',
|
|
description: 'Portfoolio - Arendaja, Disainer, Muusik, DJ, Ettevõtja.',
|
|
image: '/web-app-manifest-512x512.png'
|
|
};
|
|
|
|
export const stuffSite = {
|
|
name: 'Kasterpalu Stuff',
|
|
author: 'Mihkel Martin Kasterpalu',
|
|
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'
|
|
};
|
|
|
|
export const baseURL = 'https://kasterpalu.ee';
|