Any way to have a common netlify.toml file for a single repository and multiple sites?
问题 I'm looking out a way to define two site builds on netlify, sourced from the same repo, using a single common netlify.toml . Is it possible to do so? I have a GitHub repository named hugo-dream-plus for which I've configured two website builds on netlify, namely dream-plus-posts and dream-plus-cards . Both of these builds share the same environment variables and mostly all of the configurations, except for the build commands: hugo --config cards.toml #For dream-plus-cards hugo --config posts