Skip to content
Snippets Groups Projects
Commit 4b35c7eb authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

update to prod matomo url

parent 4c82cab5
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ import MatomoProvider from "./matomo/MatomoProvider";
import { createInstance } from "./matomo/MatomoTracker";
const matomoInstance = createInstance({
urlBase: 'https://uat-swd-webanalytics01.geant.org/',
siteId: 2,
urlBase: 'https://prod-swd-webanalytics01.geant.org/',
siteId: 1,
});
function Providers({ children }): ReactElement {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment