Updated dependencies

This commit is contained in:
gbuomprisco
2024-11-01 10:55:46 +08:00
parent 1faa5772fd
commit 2f1be787f7
22 changed files with 463 additions and 769 deletions

View File

@@ -112,6 +112,11 @@ class KeystaticClient implements CmsClient {
}
result.forEach((item) => {
// never override the parent if it's already set in the config
if (item.entry.parent) {
return;
}
const pathParts = item.slug.split('/');
// Skip if this is a root level index file (e.g., "authentication/authentication")