Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #243 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 91b7912 + 3846923 commit e80b944
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2,679 deletions.
6 changes: 3 additions & 3 deletions docs/deployment/deploy-using-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ 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\) → 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
* **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

Expand Down
Loading

0 comments on commit e80b944

Please sign in to comment.