Attention: Not applicable to the Web Components SDK.
Angular SDK
In the SDK folder, go to src/app/, and open the app.module.ts with a text editor.
Update the APP_BASE_HREF entry in providers such that the value of useValue is the same as the <base> href value in the index.html file: { provide: APP_BASE_HREF, useValue: "/SDK-A/" }
Save and close the file.
React SDK
In the SDK folder, go to src/samples/AppSelector, and open the index.tsx file with a text editor.
Update the <Route> elements in the <Switch> component: const baseURL = "/SDK-R/";