AEM SPA React - Dispatcher Setup
We have tried to setup the dispatcher for the AEM SPA Journal Project.
In the Apache, we have done the rewrite to short the urls to hide the content hierarchy.
http://localhost/content/we-retail-journal/react/en/home.html to http://localhost/react/en/home.html
Only with the /content the react application is working and in the XHR there is only one call for model.json

And with the short url we are getting the two model.json calls that are

What steps needed in the AEM SPA dispatcher setup to hide the /content hierarchy?