Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-countries

A source plugin to get all the World countries.

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [
    //...
    "gatsby-source-countries",
    //...
  ],
}
© 2023 Gatsby, Inc.