Marmalade-ai / company-website-old

Previous source code for the website at https://marmalade.ai
MIT License
0 stars 0 forks source link

Configure Netlify build parameters in a `netlify.toml` file. #174

Open jimtyhurst opened 3 years ago

jimtyhurst commented 3 years ago

See Netlify's documentation:

Possible solutions

  1. Add a netlify.toml file to set environment variables for the build.
  2. It is also possible to set some of those environment variables in the Netlify web app, but it would be better to manage them as code with source control. Therefore, option (1) is better than this option.
  3. Currently, there is no configuration, so the Netlify builds are using their default settings.

Values to consider

Metadata