path refresh for quiz app

This commit is contained in:
Jen Looper 2022-02-11 17:43:32 -05:00
parent 3ddc3a901c
commit 0e102c996e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ 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: "/" # App source code path
app_location: "/quiz-app" # App source code path
api_location: "api" # Api source code path - optional
output_location: "dist" # Built app content directory - optional
###### End of Repository/Build Configurations ######