Skip to content

Commit 3ef22a1

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs
Correcting the values of `api_location`, `app_location`,`output_location` in Add the API to the workflow section.
1 parent 61d9231 commit 3ef22a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/add-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,12 @@ Before you can deploy your app to Azure, update your repository's GitHub Actions
336336
```yaml
337337
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
338338
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
339-
app_location: "/" # App source code path
339+
app_location: "src" # App source code path
340340
api_location: "api" # Api source code path - optional
341-
output_location: "build" # Built app content directory - optional
341+
output_location: "" # Built app content directory - optional
342342
###### End of Repository/Build Configurations ######
343343
```
344+
**Note**: The above values of `api_location` ,`app_location`,`output_location` are for no framework and these value changes based on framework.
344345

345346
1. Save the file.
346347

0 commit comments

Comments
 (0)