Skip to content

Commit

Permalink
fix: matomo url
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Jan 2, 2025
1 parent def3ae9 commit c2f0826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ services:
- NEXT_PUBLIC_EXPOSITION_API_BASE_URL=https://api.recette.exposition.inserjeunes.incubateur.net
- NEXT_PUBLIC_SIRIUS_API_BASE_URL=https://sirius-recette.inserjeunes.beta.gouv.fr
- NEXT_PUBLIC_MATOMO_SITE_ID=183
- NEXT_PUBLIC_MATOMO_URL=https://stats.beta.gouv.fr/
- NEXT_PUBLIC_MATOMO_URL=https://stats.beta.gouv.fr
build:
args:
- NEXT_PUBLIC_LOGROCKET=jf5zdt/cest-qui-le-pro-recette
- NEXT_PUBLIC_EXPOSITION_WIDGET_HASH=405gzn2ilvcebavw
- NEXT_PUBLIC_EXPOSITION_API_BASE_URL=https://api.recette.exposition.inserjeunes.incubateur.net
- NEXT_PUBLIC_SIRIUS_API_BASE_URL=https://sirius-recette.inserjeunes.beta.gouv.fr
- NEXT_PUBLIC_MATOMO_SITE_ID=183
- NEXT_PUBLIC_MATOMO_URL=https://stats.beta.gouv.fr/
- NEXT_PUBLIC_MATOMO_URL=https://stats.beta.gouv.fr

metabase:
environment:
Expand Down
1 change: 0 additions & 1 deletion ui/app/(accompagnateur)/components/Matomo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export function MatomoAnalytics() {
const { finalityConsent } = useConsent();
const searchParams = useSearchParams();
const pathname = usePathname();
const isInitialLoad = useRef(true);

const searchParamsString = searchParams.toString();

Expand Down

0 comments on commit c2f0826

Please sign in to comment.