addded categories to pages and alert text to settings

This commit is contained in:
2025-10-22 08:54:15 -04:00
parent bada44fec3
commit 23055629c9
8 changed files with 96 additions and 36 deletions

View File

@@ -36,6 +36,7 @@ export const SINGLE_PROJECT_QUERY = async (slug: string) => {
equals: slug
}
},
limit: 1
limit: 1,
depth: 1,
}
)}