The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Gatsby source plugin for fetching carriers from Trackingmore.com
yarn add gatsby-source-trackingmore
// In your gatsby-config.js plugins: [ { resolve: "gatsby-source-trackingmore", options: { apiKey: "...", }, }, ];