internal: add Plausible analytics
This commit is contained in:
parent
b7786504b8
commit
f4fb519d55
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@livewireStyles
|
@livewireStyles
|
||||||
|
@if (config('app.name') == 'Coolify Cloud')
|
||||||
|
<script defer data-domain="app.coolify.io" src="https://analytics.coollabs.io/js/plausible.js"></script>
|
||||||
|
@endif
|
||||||
</head>
|
</head>
|
||||||
@section('body')
|
@section('body')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue