Angular routing not working on Netlify on page refresh

前端 未结 4 1376
你的背包
你的背包 2020-12-15 08:19

I deploy to netlify using ng build --prod, and the website works. But when I go to it, it automatically changes the link by adding /home onto the e

4条回答
  •  萌比男神i
    2020-12-15 08:52

    I had named my build directory wrongly from the original directory name i used to create the project

    1. In your angular.json check under the projects property for the name of the build directory, in my case bci

    2. So your Publish directory should be dist/bci on netlify

提交回复
热议问题