Make the following changes in you angular.json file
"assets": [
{
"glob": "**/*",
"input": "public",
"output": "/"
},
{
"glob": "**/*",
"input": "src/assets",
"output": "/assets"
}
],