10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
import { init } from "./plausible.js";
|
|
|
|
init({
|
|
domain: "fizika.schmelczer.dev",
|
|
endpoint: "https://stats.schmelczer.dev/status",
|
|
autoCapturePageviews: true,
|
|
outboundLinks: true,
|
|
fileDownloads: true,
|
|
hashBasedRouting: true,
|
|
});
|