How would I go about setting an actual home page or a page that shows when you go to the exact URL.
Currently, it goes to this page:
I am not sure if I have to somehow create a root page. Please me know!
Thank you.
How would I go about setting an actual home page or a page that shows when you go to the exact URL.
Currently, it goes to this page:
Thank you.
Hello @Bee!
the fastest way to have a home page show on your project is to create a file called index.html
, or to rename the file of first page you want people to see when they go to your app to index.html
.
Okay! I do remember that being there in the default, but then renamed it. Thank you.