chore: remove index.html local landing page #2478
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Removed the content of the index page that only appears when serving itowns locally with webpack, instead opting to automatically redirect to the examples.
Motivation and Context
The index page was completely unmaintained and riddled with errors. This could mislead potential contributors and is just generally a bad first impression.
It also had the side-effect of making it infinitesimally more inconvenient to test iTowns locally by introducing the need to manually change the URL to point to the examples, and we can't have that.
Tested on Ubuntu 22.04.5 LTS x86_64 using Firefox 126.0.1 (64-bit)