Thursday, 12 May 2022

angular hmtl in production issue

 angular project while publication. getting the 404 issue so i have did following changes.

i changed base href in index.html

<base href="/">

to 
<base href="./">
by doing this issue resolved

No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...