mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Updated collect API response.
This commit is contained in:
parent
17790aa5a8
commit
5ca6f76daa
3 changed files with 17 additions and 3 deletions
|
|
@ -44,7 +44,13 @@ export default function TestConsole() {
|
|||
<Page>
|
||||
<Head>
|
||||
{typeof window !== 'undefined' && website && (
|
||||
<script async defer data-website-id={website.website_uuid} src={`${basePath}/umami.js`} />
|
||||
<script
|
||||
async
|
||||
defer
|
||||
data-website-id={website.website_uuid}
|
||||
src={`${basePath}/umami.js`}
|
||||
data-cache="true"
|
||||
/>
|
||||
)}
|
||||
</Head>
|
||||
<PageHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue