Valor no válido devuelto por getStaticPaths.
InvalidGetStaticPathsReturn: Invalid type returned by
getStaticPaths(). Expected anarray, gotRETURN_TYPE.
¿Qué salió mal?
Sección titulada «¿Qué salió mal?»El valor retornado por getStaticPaths debe ser un lista de objetos.
export async function getStaticPaths() { return [ // <-- Arreglo { params: { slug: 'blog' } }, { params: { slug: 'about' } } ];}Ver también:
Error Reference