Right now it straight migrate the aliases but the idea is that instead
of migrate the aliases migrate them as redirects only if the new site
url does not match with the old one.
Also, it was added the following things in the settings file to allow
the inline images:
$config['image.settings']['suppress_itok_output'] = TRUE;
$config['image.settings']['allow_insecure_derivatives'] = TRUE;