Lixfel anmerkungen #3

This commit is contained in:
2024-08-07 22:33:41 +02:00
parent 154c25ca36
commit e84e2b7e31
4 changed files with 147 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ export const getStaticPaths = createGetStaticPaths(async () => {
return posts.map((page) => ({
props: {
page,
german: astroI18n.locale !== astroI18n.primaryLocale && page.id.split("/")[0] !== astroI18n.primaryLocale,
german: astroI18n.locale !== astroI18n.primaryLocale && page.id.split("/")[0] !== astroI18n.locale,
},
params: {
slug: fixLink(page),