Back to Qwik

README

starters/adapters/azure-swa/README.md

1.7.1528 B
Original Source

Create your Static Web App on Azure

  1. Follow this guide to create a Static Web App. This guide will also detail how to generate a github action or Azure Pipeline (see "Quickstarts" section)

  2. If you're using github actions, make sure to add skip_api_build with true value.

yml
app_location: "/"
api_location: "azure-functions"
output_location: "dist"
skip_api_build: true # <--- add this line
###### End of Repository/Build Configurations ######