Skip to content

Commit

Permalink
Merge pull request #46 from yqni13/hotfix-refresh-redirect
Browse files Browse the repository at this point in the history
Hotfix-refresh-redirect
  • Loading branch information
yqni13 authored Sep 23, 2024
2 parents a48f4ba + 649e28b commit 41a69df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/staticwebapp.config.json"
],
"styles": [
"src/styles.scss",
Expand Down Expand Up @@ -99,7 +100,8 @@
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
"src/assets",
"src/staticwebapp.config.json"
],
"styles": [
"src/styles.scss",
Expand Down
5 changes: 5 additions & 0 deletions src/staticwebapp.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"navigationFallback": {
"rewrite": "/"
}
}

0 comments on commit 41a69df

Please sign in to comment.