Skip to content

Commit 2a1a880

Browse files
authored
Fix env name in the workflow for static rendering
1 parent 86686b7 commit 2a1a880

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)