Skip to content

Commit

Permalink
Merge pull request #96 from MilanGrujicic/main
Browse files Browse the repository at this point in the history
Fixing typos in deploy-a-website-with-vercel.mdx
  • Loading branch information
sonnynomnom committed Oct 25, 2023
2 parents 3002d4e + e336d3c commit 3362abe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ At this point, depending on your project, it should be able to display and work

<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/deploy-a-website-with-vercel/images/vercel-pre-app-demo.gif" alt="Ellie's link tree website with a blue background and three links with an animated gif footer" />

You'll see that my website is currently on the `http://localhost:3000`, in which the computer has the role as a virtual server that is running my code. Let's go ahead and use Vercel to deploy the site!
You'll see that my website is currently on the `http://localhost:3000`, in which the computer has the role of a virtual server that is running my code. Let's go ahead and use Vercel to deploy the site!

We're going to head back, and select the GitHub repository that has the project you want to publish by pressing the white "Import" button.

Expand Down Expand Up @@ -115,7 +115,7 @@ This part can take a couple of minutes! Once the deployment is finished, you sho

You're now able to access my linktr.ee clone website at [bento-blond.vercel.app](https://bento-blond.vercel.app/).

You'll notice your GitHub repository now looks a bit different! Vercel interacted with your GitHub repository to automate the deployment process and ensure that your website stays up to date with the latest changes in your codebase. So every time you push code to the main branch (or the branch specified in Vercel), you don't have to worry about updating it yourself every time! And that's it!
You'll notice your GitHub repository now looks a bit different! Vercel interacted with your GitHub repository to automate the deployment process and ensure that your website stays up-to-date with the latest changes in your codebase. So every time you push code to the main branch (or the branch specified in Vercel), you don't have to worry about updating it yourself every time! And that's it!

## Conclusion

Expand Down

0 comments on commit 3362abe

Please sign in to comment.