resolve issues with new features

This commit is contained in:
Matthias Hochmeister
2026-03-12 10:21:26 +01:00
parent 31f1414e06
commit d5be68ca63
13 changed files with 275 additions and 86 deletions

View File

@@ -91,7 +91,7 @@ async function getRecentPages(): Promise<BookStackPage[]> {
const response = await axios.get(
`${bookstack.url}/api/pages`,
{
params: { sort: '-updated_at', count: 5 },
params: { sort: '-updated_at', count: 20 },
headers: buildHeaders(),
},
);