I need to edit the index.html in order to
- Update the background colour of , e.g.
<body style="background-color: #131219">
...
</body>
- Add a script tag to
<head>
<script>
....
</script>
...
</head>
Right now, I do it manually after building the files but it would be great if there is an automated solution for this.
Thank you in advance!