Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Mar 4, 2024
1 parent 2fbb224 commit 6871d9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const openAPIBase = process.env.NEXT_PUBLIC_BAL_API_URL.split("/")
.join("/");
Object.assign(OpenAPI, { BASE: openAPIBase });

const SECRET_TOKEN = 'lidvq587scf87qez787sec47f64eqscf76secc'

function App(props: AppProps) {
const {
Component,
Expand All @@ -37,7 +39,7 @@ function App(props: AppProps) {
useMatomoTracker(
{
trackingEnabled: process.env.NODE_ENV === "production",
siteId: 'sdijois678rv54re15v5715tvg54',//process.env.NEXT_PUBLIC_MATOMO_SITE_ID,
siteId: process.env.NEXT_PUBLIC_MATOMO_SITE_ID,
trackerUrl: process.env.NEXT_PUBLIC_MATOMO_TRACKER_URL,
},
pageProps
Expand Down

0 comments on commit 6871d9c

Please sign in to comment.