The next gen Gatsby is here Performance, developer velocity, and scaling to meet Enterprise needs - See what’s launched
Gatsby plugin for adding Microsoft Bing tracking code
npm install --save gatsby-plugin-ms-bing
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-ms-bing`, options: { bingId: "__ID__HERE__", }, }, ];