The index.html file appears to serve as a template, but it is not the full file (several links to js files are missing relative to the file shown by the server for instance).
So we need to change the title elsewhere.
The package.json sets title to "my-app" here:
https://github.com/IBEX-TUDelft/IBEX-game_server/blame/abee517826ba60e7cb6318fc08dd5e76b72a8504/my-app/package.json#L2
and this is fed into a lock file that is generated by npm here (2x):
we probably need to change both the package.json and the lock file.
The index.html file appears to serve as a template, but it is not the full file (several links to js files are missing relative to the file shown by the server for instance).
So we need to change the title elsewhere.
The package.json sets title to "my-app" here:
https://github.com/IBEX-TUDelft/IBEX-game_server/blame/abee517826ba60e7cb6318fc08dd5e76b72a8504/my-app/package.json#L2
and this is fed into a lock file that is generated by npm here (2x):
IBEX-game_server/my-app/package-lock.json
Line 2 in abee517
IBEX-game_server/my-app/package-lock.json
Line 8 in abee517
we probably need to change both the package.json and the lock file.