Skip to content

Commit

Permalink
Merge pull request #242 from frontity/fix-deployment-urls
Browse files Browse the repository at this point in the history
Removes 'live link' from demo URLs
  • Loading branch information
Michael Burridge authored Oct 30, 2020
2 parents 0299fa4 + 150c930 commit 91b7912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/deployment/deploy-using-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ Vercel will assign you a domain \(something like _your-project-name.vercel.app_\

From this deploy example we have got the following URL's:

* **Live URL** \([https://my-frontity-project.vercel.app](https://my-frontity-project.vercel.app)\) → Our temporary URL assigned automatically by Vercel, We can check \(and share\) our site online from this URL
* **Inspect** \([https://vercel.com/vercel-username/my-frontity-project/settings](https://vercel.com/vercel-username/my-frontity-project/settings)\) → Here we can check the status of our site and check the logs among other things
* **Project Settings** \([https://vercel.com/vercel-username/my-frontity-project/settings](https://vercel.com/vercel-username/my-frontity-project/settings)\) → Here we can change domain and build settings among other things
* **Live URL** \(https://my-frontity-project.vercel.app\) → Our temporary URL assigned automatically by Vercel, We can check \(and share\) our site online from this URL
* **Inspect** \(https://vercel.com/vercel-username/my-frontity-project/settings\) → Here we can check the status of our site and check the logs among other things
* **Project Settings** \(https://vercel.com/vercel-username/my-frontity-project/settings\) → Here we can change domain and build settings among other things

## Deploy your site under a custom domain

To deploy your site under a custom domain you have to

* Configure your Frontity app to point to that custom domain
* Configure your Frontity app to point to that custom domain
* Configure your custom domain for your project in the Vercel settings
* Add Vercel nameservers for your custom domain from your domain provider
* Add Vercel nameservers for your custom domain from your domain provider

...before deploying it

Expand Down

0 comments on commit 91b7912

Please sign in to comment.