Skip to content

Commit c250ddd

Browse files
authored
Merge pull request #113425 from ilopatto/fix/swa/deploy-nextjs-static-export
Static Web Apps: fix env name in the workflow for static rendering
2 parents fc57fb8 + 2a1a880 commit c250ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-static-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ By default, the application is treated as a hybrid rendered Next.js application,
148148
api_location: "" # Api source code path - optional
149149
output_location: "" # Built app content directory - optional
150150
env: # Add environment variables here
151-
is_static_export: true
151+
IS_STATIC_EXPORT: true
152152
```
153153
154154
### [Azure Pipelines](#tab/azure-pipelines)

0 commit comments

Comments
 (0)