0
today I went to try to deploy a repository where I use the handlebars for template and it turns out that it does not find the files (404 not found) Link to the repository https://github.com/alvaropsouza/nextLevelWeek03
the problem is that vercel (Site where I deploy) looks in the project root folder for an index.html file, but using handlebars, the file extension is in . Hbs, I searched a lot but found no similar problem... I found something related to webpack but never used before....
Welcome to Sopt. It is impossible, by your question, to know what you want and what has been done... Try to elaborate more the question, put the step by step of what was done, what and where was the mistake and what you expected.
– tvdias
Right, the problem is that vercel (Site where I deploy) looks in the project root folder for an index.html file, but using handlebars, the file extension is in . Hbs, I searched a lot but found no similar problem... I found something related to webpack but never used before....
– Álvaro Patrício
Then update your question with as much detail as you can. Otherwise, it will most likely soon be closed...
– tvdias
I’m not familiar with handlebars. I know it’s a templating tool. Considering that and the extension you have, I’d say these are the templates. That said, you should have to "compile" the site. Are you sure you’re doing everything the right way? And all you should really do??
– tvdias
And don’t forget to improve the question, preventing it from being closed...
– tvdias
I updated the question, first time I use stack overflow :(
– Álvaro Patrício