The site exporter adds an unnecessary slash in front of the front page path alias
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3578536. --> Reported by: [phenaproxima](https://www.drupal.org/user/205645) Related to !842 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When you run <code>drush site:export</code>, you will get something like <code>//front</code> as the <code>system.site:page.front</code> config value.</p> <p>This is because <code>\Drupal\drupal_cms_helper\GenericConfigurationListener</code> prepends an extra slash. I think this might have been necessary at some point, but it's interfering when the alias manager returns an alias.</p>
issue