Description
Change settings for state.frontity.url
to alllow values for both development and production. Something like
{
frontity: {
url : {
"development" : "http://localhost:3000",
"production" : "https://your-site.com",
}
}
}
Also, make “http://localhost:3000” the default value for state.frontity.url.development
state.frontity.url.production
should be changed before deployment
These different values can be applied taking into account the proper Environment Variable
This change is suggested so the community gets better the purpose of these fields