microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
88 stars 35 forks source link

Support only static export in Next.js Build Presets #695

Closed Reshmi-Sriram closed 2 years ago

Reshmi-Sriram commented 2 years ago

Currently the VSCode build preset has two options - one for SSR and one for Static Export. Until the SSR changes are in picture, we need to disable that option as a build preset and only have static export with the existing preset values

image

app-location: "/" api-location: "api" output-location: "out"

cc// @alexweininger @nturinski