Exploring my file hierarchy:
public---|
|-index.html
|-static-|
|-static.html
After launching the project at localhost:4000, it directs to the public folder and displays index.html. However, I am looking to load static.html when entering localhost:4000/static instead of index.html being displayed. Can anyone offer guidance on how to achieve this? Thank you in advance.