Community Plugin
View plugin on GitHubgatsby-plugin-fastclick
Make your Gatsby app more responsive on touch devices with Fastclick.
Usage
In your gatsby-config.js
, add:
module.exports = {
plugins: [
'gatsby-plugin-fastclick'
]
}
Netlify announces the next evolution of Gatsby Cloud. Learn more
Make your Gatsby app more responsive on touch devices with Fastclick.
In your gatsby-config.js
, add:
module.exports = {
plugins: [
'gatsby-plugin-fastclick'
]
}