Update images in docs

This commit is contained in:
Daniel Lautzenheiser
2022-10-26 09:23:11 -04:00
parent 5dc70fc988
commit fb5c5614dd
19 changed files with 86 additions and 84 deletions

View File

@ -50,7 +50,7 @@ gh repo create my-website
Don't add a license or a .gitignore. Do add an "origin" git remote.
![](/img/screen-shot-2021-11-15-at-4.16.53-pm.png)
![](/img/create-remote-repo.webp)
```bash
# 6. Update your remote repository with your staged changes.
@ -68,7 +68,7 @@ git push -u origin main
4. Choose `yarn build` for your build command.
5. Choose `build` for your deployment directory.
![](/img/screen-shot-2021-11-16-at-1.34.18-PM.png)
![](/img/create-remote-repo.webp)
Choose the default option for everything else.