How to use index.html as the root page in ionicv3

Hello everyone
When the project is created, it will use homepage as the root page. Now I want to use index.html as the root page. What should I do?

I’m not the master of Ionic, but I think you shouldn’t use the index.html as a page.

From Ionic Project Structure:

src/index.html is the main entry point for the app, though its purpose is to set up scripts, CSS includes, and bootstrap, or start running our app. We won’t spend much of our time in this file.

I suggest you to read this entire page, it includes some information that should help with your doubts and understand better where and what you should edit.

1 Like

Ok,Thank you for your advice