I have the need to be able to render any of the pages in my AEM model.json dynamically regardless of the current URL in a SPA React app.My AEM model.json structure has pages following the `/<country>/<language>/rest/of/path` format, but I want to be able to strip the country/language and just use t...