Skip to content

Commit 8d742c0

Browse files
committed
[Issue #4] - Default config file outdated
1 parent c78174b commit 8d742c0

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
### Fixes
66

7+
- [Issue #4] - Default config file outdated
78
- [Issue #3] - Readme - Add documentation
89
- [Issue #2] - Bin - will not start

config.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"baker": {
3-
"domains": [
4-
"localhost:3000"
5-
],
6-
"input": {
7-
"directory": "./dist",
8-
"runcmd": "npm start"
9-
},
10-
"output": {
11-
"directory": "./docs"
12-
},
13-
"options": [
14-
"recursive",
15-
"page-requisites",
16-
"html-extension",
17-
"convert-links",
18-
"restrict-file-names=windows",
19-
"no-parent"
20-
]
21-
}
22-
}
2+
"baker": {
3+
"domains": [
4+
"localhost:3000"
5+
],
6+
"input": {
7+
"directory": "dist",
8+
"runcmd": "npm start"
9+
},
10+
"output": {
11+
"directory": "./docs"
12+
},
13+
"options": [
14+
"--recursive",
15+
"--page-requisites",
16+
"--html-extension",
17+
"--convert-links",
18+
"--restrict-file-names=windows",
19+
"--no-parent"
20+
]
21+
}
22+
}

0 commit comments

Comments
 (0)