update matomo url
This commit is contained in:
parent
9d541a5325
commit
8bcaba9bd1
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
import MatomoTracker from '@datapunt/matomo-tracker-js';
|
||||
|
||||
export const tracker = new MatomoTracker({
|
||||
urlBase: 'https://helplbrysavecrypto.com',
|
||||
urlBase: 'https://analytics.lbry.com/',
|
||||
siteId: 12,
|
||||
});
|
||||
|
|
|
@ -135,11 +135,11 @@ export default function Home() {
|
|||
</p>
|
||||
|
||||
<div className="video">
|
||||
<iframe
|
||||
{/* <iframe
|
||||
id="lbry-iframe"
|
||||
src="https://odysee.com/$/embed/odysee/7a416c44a6888d94fe045241bbac055c726332aa?r=A6zE8KtZ6VVk268xANdFViL8znbDXL4F"
|
||||
allowFullScreen
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
|
||||
<div className="email">
|
||||
|
|
Loading…
Reference in a new issue