chore: update job title

This commit is contained in:
Stefan Imhoff
2025-07-19 16:47:34 +02:00
parent 50ec539b3c
commit aae33d65ab
7 changed files with 19 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ const allPosts = await getCollection('journal', ({ data }: JournalType) => !data
const formattedLatest = formatPosts(allPosts, { limit: 6 });
const title = 'Stefan Imhoff';
const description = 'Web UI Engineer from Hamburg, Germany';
const description = 'Web Developer from Hamburg, Germany';
const rssPosts = await Astro.glob('../content/journal/**/*.mdx');
rssPosts.sort(sortMarkdownByDate);