mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
added barista
This commit is contained in:
parent
de70b00f42
commit
534790bd41
6 changed files with 17 additions and 17 deletions
|
|
@ -24,7 +24,7 @@ export default function TrackingCodeForm({ values, onClose }) {
|
|||
rows={3}
|
||||
cols={60}
|
||||
spellCheck={false}
|
||||
defaultValue={`<script async defer data-website-id="${values.website_uuid}" src="${document.location.origin}${basePath}/umami.js"></script>`}
|
||||
defaultValue={`<script async defer data-website-id="${values.website_uuid}" src="${document.location.origin}${basePath}/barista.js"></script>`}
|
||||
readOnly
|
||||
/>
|
||||
</FormRow>
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ export default function TestConsole() {
|
|||
<Page>
|
||||
<Head>
|
||||
{typeof window !== 'undefined' && website && (
|
||||
<script async defer data-website-id={website.website_uuid} src="/umami.js" />
|
||||
<script async defer data-website-id={website.website_uuid} src="/barista.js" />
|
||||
)}
|
||||
</Head>
|
||||
<PageHeader>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue