feat(analytics): Add Plausible analytics script, remove Matomo script

- Added a new file `plausible.blade.php` for Plausible analytics script.
- Removed the `matomo-analytics.blade.php` file and replaced its usage with the new Plausible analytics component in `app.blade.php`.
This commit is contained in:
Rico van Zelst
2024-02-26 13:38:46 +01:00
parent 1eeb7bc8c4
commit 8949c427e8
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1 @@
<script defer data-domain="rico.sh" src="https://data.rico.sh/js/script.js"></script>