Doppelter Aufruf für das Holen der Page-Contents nach Sprachwechsel gefixed.

This commit is contained in:
2022-07-12 08:45:38 +02:00
parent 1bfa0d8b1b
commit fef4d3b023
1092 changed files with 3336 additions and 33 deletions

10
types/global.d.ts vendored
View File

@@ -100,8 +100,14 @@ interface TibiArticle {
}
}
}
layout: {}
link: {}
layout: {
[key: string]: any
}
assignments: {
pages: string[]
articles: string[]
tags: string[]
}
}
insertTime?: string
updateTime?: string