Editing the index.html file
- Open the
index.html
file located in the SDK'ssrc
folder with a text editor. - Edit the
<base>
tag in<head>
to the value of where the SDK root on the Tomcat server will be. You will use the same value in the next step when editing the app file.- For the Angular SDK:
base href="https://docs-previous.pega.com/SDK-A/"
- For the React SDK:
base href="https://docs-previous.pega.com/SDK-R/"
- For the Web Components SDK:
base href="https://docs-previous.pega.com/SDK-WC/"
- For the Angular SDK:
Save and close the file.
Previous topic Editing the sdk-config.json file Next topic Editing the app configuration file