Skip to content

Commit

Permalink
fix: github profile
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Aug 31, 2024
1 parent 3465b50 commit 631b000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const SUBJECT = {
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAujjJnC0',
PROJECTS_URL: 'https://padlet.com/lucachaves/projetolm20241',
GITHUB_URLS: {
A: 'https://github.com/lucachaves/lm-2024-1',
A: 'https://github.com/luizchaves/lm-2024-1',
},
SCHEDULES: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/content/classnotes/web-server/deploy-pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ git commit -m "primeira versão do site"
Git remote add

```bash title="terminal"
$ git remote add origin https://github.com/lucachaves/site-name.git
$ git remote add origin https://github.com/luizchaves/site-name.git
```

![](/lm/imgs/web-server/deploy-pages/git-remote-add.gif)
Expand Down

0 comments on commit 631b000

Please sign in to comment.