Skip to content

Commit 40bf381

Browse files
committed
Update repo url, remove cname record
1 parent b6334d9 commit 40bf381

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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",
@@ -23,7 +23,7 @@
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": {

static/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)