diff --git a/mlc_config.json b/mlc_config.json index e9cb5848..4a313639 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -3,5 +3,11 @@ { "pattern": "^http://localhost" } + ], + "replacementPatterns": [ + { + "pattern": "^/", + "replacement": "{{BASEURL}}/" + } ] }