feat: support nav and pages in cms
This commit is contained in:
parent
e1b0dc5243
commit
f5adf0ba06
35 changed files with 235 additions and 444 deletions
|
@ -26,7 +26,7 @@ const fetchAllRobots = async () => {
|
|||
if (data.length < PAGE_SIZE) break
|
||||
}
|
||||
|
||||
return robots.map(robot => robot.user_agent)
|
||||
return robots.map(robot => robot['user_agent'])
|
||||
}
|
||||
|
||||
export default async function () {
|
||||
|
|
Reference in a new issue