- plausiblePlugin(eleventyConfig, options): void
Parameters
- eleventyConfig: EleventyConfig
- options: {
apiKey?: string;
cacheDirectory?: string;
cacheDuration?: string;
cacheVerbose?: boolean;
siteId?: string;
statsBreakdownGlobalDataKey?: string;
statsBreakdownLimit?: number;
statsBreakdownMetrics?: string;
statsBreakdownPeriod?: string;
}Optional apiKey?: string
Optional cacheDirectory?: string
Optional cacheDuration?: string
Optional cacheVerbose?: boolean
Optional siteId?: string
Optional statsBreakdownGlobalDataKey?: string
Optional statsBreakdownLimit?: number
Optional statsBreakdownMetrics?: string
Optional statsBreakdownPeriod?: string
Returns void
Plugin configuration function.