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",
//...
],
}
A source plugin to get all the World countries
A source plugin to get all the World countries.
// In your gatsby-config.js
module.exports = {
plugins: [
//...
"gatsby-source-countries",
//...
],
}