chore: drop build steps, deps + fix meta for cms-generated pages

This commit is contained in:
Cory Dransfeldt 2024-08-05 10:46:32 -07:00
parent 372d80f2fe
commit bfbd5bf767
No known key found for this signature in database
7 changed files with 39 additions and 298 deletions

View file

@ -98,7 +98,6 @@ export default async function () {
fetchAllPages(),
fetchAllBlocks()
])
return await processPages(pages, blocksByPageId)
} catch (error) {
console.error('Error fetching and processing pages:', error)