Welcome to frourio!
create-frourio-app
GitHub Actions Secrets
Add following secrets.
- API_ORIGIN: API origin. e.g.
https://api.my-frourio-app.example
- API_BASE_PATH: API basepath. e.g.
/api
- Optional GH_PAGES_BASE_PATH: Client hosting basepath.
- If omitted, GitHub repository name will be used. This is because GitHub hosts Pages at github-username.github.io/repository-name with default settings.
- You can also use custom domain. When doing so, it is needed to use that basename. Set this
/
to host your client from root routing.