Why does this route definition works fine in dev but not production?
route("landing-bienvenido", "pages/landing/index.tsx");
The problem is clearly the dash in 'landing-bienvenido'. If I remove it, the url works fine. If not Im getting "Route "pages/landing/index" does not match URL "/landing-bienvenido" but only in production..