chore: drop build steps, deps + fix meta for cms-generated pages
This commit is contained in:
parent
372d80f2fe
commit
bfbd5bf767
7 changed files with 39 additions and 298 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue