mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 06:37:20 +00:00
add nav failback
This commit is contained in:
@ -28,9 +28,9 @@ jobs:
|
||||
action: "upload"
|
||||
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
|
||||
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
||||
app_location: "/web" # App source code path
|
||||
app_location: "/" # App source code path
|
||||
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 ######
|
||||
|
||||
close_pull_request_job:
|
||||
|
5
staticwebapp.config.json
Normal file
5
staticwebapp.config.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"navigationFallback": {
|
||||
"rewrite": "/index.html"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user