fixed matomo to be in the master twig template.

This commit is contained in:
2026-01-22 15:40:46 -08:00
parent 42a828a778
commit 14ec6b7e7a
5 changed files with 34 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ $config = [
'secure_key' => '', //64 alphanumeric characters
'logfile' => '/logs/novaconium.log',
'loglevel' => 'ERROR', // 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'NONE',
'matomo' => '1',
'matomo_url' => 'matomo.4lt.ca',
'matomo_id' => '0',
'fonts' => 'https://fonts.googleapis.com/css2?family=VT323:wght@400&family=Fira+Code:wght@400;500&display=swap&family=Material+Icons:wght@400;500&display=swap'
];