Cant render all the files in my project with vanilla javaScript and vite

I create a project using vite and vanilla javasciprt, a simple landing with a contact page.
I have my index.html and 2 more .html files, contact and home.

The problem is that when i compiled my project, in the folder dist, the contact.html and home.html are not incluided neither some other .js files that i have with some logic.

I was looking for the vite documentation but get nothing to work