meilisearch/landing

Fix Segment error on development environment

Closed this issue · 1 comments

By running the website locally with yarn dev, we have a Segment error because no Segment API key is provided:
Capture d’écran 2022-10-17 à 09 23 43

Segment shouldn't try to push data on development environment, so a check should be added.

Resolved with #519