Angular deployment - 404 on page Refresh

后端 未结 4 1220
小蘑菇
小蘑菇 2021-01-07 11:50

i would like to deploy my app in Angular to production server but I have problems. App works corectly when I use only angular routing (change component, not redirecting) but

4条回答
  •  情歌与酒
    2021-01-07 12:24

    I modified the web.config in my app:

    
      
    
        
            
                
                
                    
                
                
            
        
    
      
    
    

    In index.html is . Refreshing the page is now ok.

提交回复
热议问题