Merge branch 'dev' of https://github.com/SyncrowIOT/web into dev

This commit is contained in:
faris Aljohari
2024-08-25 13:19:47 +03:00
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/web" # App source code path app_location: "/web" # App source code path
api_location: "" # Api source code path - optional api_location: "" # Api source code path - optional
output_location: "/web/build" # Built app content directory - optional output_location: "/web" # Built app content directory - optional
###### End of Repository/Build Configurations ###### ###### End of Repository/Build Configurations ######
close_pull_request_job: close_pull_request_job:

5
staticwebapp.config.json Normal file
View File

@ -0,0 +1,5 @@
{
"navigationFallback": {
"rewrite": "/index.html"
}
}