diff --git a/src/consts.ts b/src/consts.ts index b0e41e0..8d666f7 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -16,7 +16,7 @@ export const LEGAL = { person: SITE.author, // natural person responsible — § 18 Abs. 2 MStV street: 'Mahlerstraße 10', city: '14772 Brandenburg an der Havel', - email: 'mail@jeanlucmakiola.de', + email: 'business@jeanlucmakiola.de', phone: '', } as const; @@ -24,5 +24,5 @@ export const LEGAL = { export const SOCIALS: { label: string; href: string; icon: string }[] = [ { label: 'Gitea', href: 'https://gitea.jeanlucmakiola.de/makiolaj', icon: 'simple-icons:gitea' }, { label: 'Ko-fi', href: 'https://ko-fi.com/jeanlucmakiola', icon: 'simple-icons:kofi' }, - { label: 'Email', href: 'mailto:mail@jeanlucmakiola.de', icon: 'mdi:email-outline' }, + { label: 'Email', href: `mailto:${LEGAL.email}`, icon: 'mdi:email-outline' }, ]; diff --git a/src/pages/index.astro b/src/pages/index.astro index 5a0cfe5..ac10cdd 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import { Icon } from 'astro-icon/components'; import { getCollection } from 'astro:content'; -import { SITE } from '../consts'; +import { SITE, LEGAL } from '../consts'; import { getPublishedPosts } from '../utils/posts'; const posts = (await getPublishedPosts()).slice(0, 4); @@ -33,7 +33,7 @@ const projects = (await getCollection('projects')).sort(
View work Read the blog - + Get in touch
diff --git a/src/pages/uses.astro b/src/pages/uses.astro index 54e16c7..78e3589 100644 --- a/src/pages/uses.astro +++ b/src/pages/uses.astro @@ -1,5 +1,6 @@ --- import BaseLayout from '../layouts/BaseLayout.astro'; +import { LEGAL } from '../consts'; // A /uses colophon — the stack behind this site and the Floret apps. // Add a "Desk / hardware" section here if you'd like to list your machine, @@ -69,7 +70,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';

This list grows as the stack does. Spotted something you'd ask about? - Get in touch. + Get in touch.