portfolio_site/src/lib/config.ts
Mihkel Martin Kasterpalu d692f50ade Add email to footer
2025-01-31 20:20:45 +02:00

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';