[piwik] Short Endpoint option

This commit is contained in:
Entropy Engineer 2023-04-30 13:27:23 +05:00 committed by EntropyEngineer
parent 94eb2ec197
commit 199205a07c
7 changed files with 37 additions and 17 deletions

View file

@ -25,5 +25,9 @@ return [
// async (Boolean)
// This defines whether or not to use asynchronous tracking so pages load (or appear to load) faster.
'async' => false,
// shortendpoint (Boolean)
// This defines whether or not to use a short path to the tracking script: "/js/" instead of "/piwik.js".
'shortendpoint' => false,
],
];