Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-freshdesk

Freshdesk plugin for Gatsby static site generator

Install

npm install --save gatsby-plugin-freshdesk

How to use

Just add the plugin to the plugins array in your gatsby-config.js

plugins: [
  {
    resolve: 'gatsby-plugin-freshdesk',
    options: {
      url: 'https://example.freshdesk.com'
    }
  }
]

See gatsby-ssr.js for more configuration options

© 2023 Gatsby, Inc.