meilisearch / landing

Meilisearch's landing page

Home Page:https://landing-meili.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Segment error on development environment

mdubus opened this issue · 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