Describe the bug
Trying to deploy the catalogue in production, but when clicking the component tree (Home) it errs because internally it calls Surface.components/1, which contains a call to Mix.Project.config/0. Since Mix is not available in production, the catalogue does not work at all.

How to reproduce it
- Deploy surface catalogue to production
- Access the /catalogue page and click the
Home link.
Describe the bug
Trying to deploy the catalogue in production, but when clicking the component tree (Home) it errs because internally it calls
Surface.components/1, which contains a call toMix.Project.config/0. Since Mix is not available in production, the catalogue does not work at all.How to reproduce it
Homelink.