Skip to content

Commit

Permalink
Merge pull request #24 from isdi-coders-2023/feature/lastFix
Browse files Browse the repository at this point in the history
try fix redirect problem
  • Loading branch information
Malethik authored May 20, 2024
2 parents 6a0eb3e + ee49afd commit 42eafe6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@
"browser": "src/main.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets", "src/_redirects"],
"assets": [
{
"glob": "_redirects",
"input": "src",
"output": "/"
},
"src/favicon.ico",
"src/assets",
"src/_redirects"
],
"styles": ["src/styles.css"],
"scripts": []
},
Expand Down

0 comments on commit 42eafe6

Please sign in to comment.