Este es mi enlace de GitHub del blog de Gatsby
Cuando trabajo en la compilación, obtengo 2 errores.
The field "Mdx.excerpt." was explicitly defined as non-nullable via the schema customization API (by yourself or a plugin/theme). This means that this field is not optional and you have to define a value. If this is not your desired behavior and you defined the schema yourself, go to "createTypes" in gatsby-node.js. If you're using a plugin/theme, you can learn more here on how to fix field types:An error occurred during parallel query running.Cuando me compilaron, Gatsby me dio algunas sugerencias para mis errores en esta terminal.
Sugerencia para el primer error
Sugerencia para el segundo error
¿Cómo puedo arreglar esto?
Para ejecutar mi proyecto, en esta terminal
Primer paso: npm install
Segundo paso: npm run dev
Parece que necesita tener un extracto en su(s) archivo(s) MDX
--- title: Construyendo con Gatsby
author: jay gatsby
excerpt: Este es mi extracto
---Eso puede resolver ambos problemas, ya que el segundo también hace referencia a una consulta.