diff --git a/src/pages/[locale]/api/pages/partial.astro b/src/pages/[locale]/api/pages/partial.astro index a043016..ab18981 100644 --- a/src/pages/[locale]/api/pages/partial.astro +++ b/src/pages/[locale]/api/pages/partial.astro @@ -61,6 +61,7 @@ if (updatedBy) { {/* ------------------------------------------- HTML ------------------------------------------- */} +{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */} diff --git a/src/pages/[locale]/api/timeline/partial.astro b/src/pages/[locale]/api/timeline/partial.astro index bacdd62..9a9c811 100644 --- a/src/pages/[locale]/api/timeline/partial.astro +++ b/src/pages/[locale]/api/timeline/partial.astro @@ -32,6 +32,7 @@ const { title, description, notes, credits } = getLocalizedMatch(translations); {/* ------------------------------------------- HTML ------------------------------------------- */} +{" " /* TODO: To be removed when https://github.com/withastro/astro/issues/11103 is fixed */}