Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Gatsby plugin to add VK pixel onto a site

Notifications You must be signed in to change notification settings

langovoi/gatsby-plugin-vk-pixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-vk-pixel

Easily add VK Pixel to your Gatsby site.

Install

npm install --save gatsby-plugin-vk-pixel

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-vk-pixel`,
    options: {
      id: 'pixel id here',

      // Include VK Pixel in development.
      // Defaults to false meaning VK Pixel will only be loaded in production.
      includeInDevelopment: false,
    },
  },
]

About

Gatsby plugin to add VK pixel onto a site

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%