File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Bu site [Gatsbyjs](https://www.gatsbyjs.org/) ile geliştirilmiş bir statik blo
1313- Depoyu klonlayın.
1414
1515 ``` bash
16- git clone https://github.com/deepintr/www. git deepintr-www
17- cd deepintr-www
16+ git clone https://github.com/deepintr/deepintr.github.io. git deepintr
17+ cd deepintr
1818 ```
1919
2020- Bağımlılıkları kurun.
Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 0.1.0" ,
55 "license" : " GNU GPLv3" ,
6- "homepage" : " https://deepintr.org " ,
6+ "homepage" : " https://deepintr.github.io " ,
77 "repository" : {
88 "type" : " git" ,
9- "url" : " https://github.com/deepintr/www "
9+ "url" : " https://github.com/deepintr/deepintr.github.io "
1010 },
1111 "bugs" : {
12- "url" : " https://github.com/deepintr/www /issues"
12+ "url" : " https://github.com/deepintr/deepintr.github.io /issues"
1313 },
1414 "scripts" : {
1515 "build" : " gatsby build" ,
2323 "test" : " jest" ,
2424 "test:watch" : " npm test -- --watch" ,
2525 "predeploy" : " npm run build" ,
26- "deploy" : " gh-pages -d public -r https://$GH_TOKEN@github.com/deepintr/www .git"
26+ "deploy" : " gh-pages -d public -r https://$GH_TOKEN@github.com/deepintr/deepintr.github.io .git"
2727 },
2828 "husky" : {
2929 "hooks" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments