Skip to content

Instantly share code, notes, and snippets.

@Addono
Created October 10, 2020 13:25
Show Gist options
  • Save Addono/3868e6fcc70069674405cf6a78b60f44 to your computer and use it in GitHub Desktop.
Save Addono/3868e6fcc70069674405cf6a78b60f44 to your computer and use it in GitHub Desktop.
const path = require('path')
module.exports = {
// ...
themeConfig: {
// ...
goatcounter: {
code: 'MYCODE',
},
},
plugins: [path.resolve(__dirname, 'plugins', 'goatcounter')],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment