12 lines
325 B
TypeScript
12 lines
325 B
TypeScript
import { init as plausibleInit } from '@plausible-analytics/tracker';
|
|
|
|
plausibleInit({
|
|
domain: 'perfect-postcode.co.uk',
|
|
endpoint: 'https://stats.schmelczer.dev/status',
|
|
autoCapturePageviews: true,
|
|
captureOnLocalhost: true,
|
|
logging: true,
|
|
fileDownloads: true,
|
|
outboundLinks: true,
|
|
hashBasedRouting: true,
|
|
});
|