adding alternative language versions to article metadata

This commit is contained in:
2026-05-05 09:35:27 +02:00
parent 62dd29e3cb
commit 0af590fd26
7 changed files with 72 additions and 34 deletions
+1
View File
@@ -1,5 +1,6 @@
export type ArticleFrontmatter = {
ready: boolean;
translationKey: string;
title: string;
description: string;
date: string;