Real World Performance: lazy loading, optimizing media, faster analytics join us Wednesday
A source plugin to get all the World countries.
// In your gatsby-config.js module.exports = { plugins: [ //... "gatsby-source-countries", //... ], }