Skip to content

Update web-publishing.md step #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ In such a situation, you can try to find a replacement package on [pub.dev](http

In this step, you must provide general information about your web app by following the steps below:

1. Navigate to the **Setting and Integrations >** **App Settings >** **Web Publishing**.
1. Navigate to the **Setting and Integrations >** **App Settings >** **Web Deployment**.

![web-pub-general-settings](../imgs/web-pub-general-settings.avif)

Inside the **General Information** section, enter the following details:
- **Site URL**: You can define the *Site URL* by adding the subdomain, for example, *mywebapp.flutterflow.app*. You can only change the subdomain, i.e., the part before *flutterflow.app*.

:::warning
- You can remove or change the existing subdomain by simply entering the new one and hitting the publish button. Note that when you change your subdomain, it only takes effect the next time you publish.
- You can remove or change the existing subdomain by simply entering the new one and hitting the publish button. Note that when you change your subdomain, it only takes effect the next time you deploy.
- Old addresses can stop working anytime and be given to another user.
- There is a limit on the number of subdomains you can register per user. *Paying users can register up to 20 subdomains*. You will receive an in-app warning if you are approaching the limit.
:::
Expand Down
Loading