gatsby-plugin-freshchat

1.0.0-rc1 • Public • Published

gatsby-plugin-freshchat

Add Freshchat widget to your Gatsby site.

Install

npm install --save gatsby-plugin-freshchat

How to use

// in your gatsby-config.js
module.exports = {
    plugins: [
        {
            resolve: `gatsby-plugin-freshchat`,
            options: {
                token: "FRESHCHAT_TOKEN",
                host: "FRESHCHAT_HOST",
            },
        },
    ]
}

/gatsby-plugin-freshchat/

    Package Sidebar

    Install

    npm i gatsby-plugin-freshchat

    Weekly Downloads

    209

    Version

    1.0.0-rc1

    License

    MIT

    Unpacked Size

    2.52 kB

    Total Files

    5

    Last publish

    Collaborators

    • haswalt