Production URL - Configuration
Parameter that defines the root URL of your project
2025-08-06
ITADS
This parameter allows to build proper links for various purposes on production environment. This parameter affects only feed URL for the moment, it is highly recommended to set it properly through the settings.json configuration to make Atom feed work.
Example:
{
"productionUrl": "https://myapp.com"
}