1.0.0-beta.6 • Published 4 years ago
@flowaccount/scully-plugin-google-analytics v1.0.0-beta.6
scully-plugin-google-analytics
Installation
To install this library with npm run
npm install @flowaccount/scully-plugin-google-analytics --save-devor with yarn
yarn add @flowaccount/scully-plugin-google-analytics --devUsage
- Add this to your
scully.config.tsfile
import { getGoogleAnalyticsPlugin } from '@flowaccount/scully-plugin-google-analytics';
const postRenderers = [getGoogleAnalyticsPlugin({ gaTrackingId: 'xxxxxx-x' })];
export const config: ScullyConfig = {
routes: {},
defaultPostRenderers: postRenderers
};1.0.0-beta.7
4 years ago
1.0.0-beta.8
4 years ago
1.0.0-beta.9
4 years ago
1.0.0-beta.6
4 years ago
0.0.2
6 years ago
0.0.1
6 years ago