fizika/frontend/js/stats.js
Andras Schmelczer d65b7b6260
Some checks failed
Test / test (push) Failing after 7s
Deploy to Pages / deploy (push) Successful in 8s
Build and Publish Docker Image / build-and-push (push) Successful in 15s
Rename
2026-06-06 21:12:20 +01:00

10 lines
238 B
JavaScript

import { init } from "./vendored.js";
init({
domain: "fizika.schmelczer.dev",
endpoint: "https://stats.schmelczer.dev/status",
autoCapturePageviews: true,
outboundLinks: true,
fileDownloads: true,
hashBasedRouting: true,
});