Moving the
{
resolve: "gatsby-source-strapi",
options: strapiConfig
}
above the gatsby-source-filesystem in the config solved it for me.
Edit: Nvm, maybe just the gatsby clean command worked.
Moving the
{
resolve: "gatsby-source-strapi",
options: strapiConfig
}
above the gatsby-source-filesystem in the config solved it for me.
Edit: Nvm, maybe just the gatsby clean command worked.