Skip to content

Commit bb6f4fd

Browse files
committed
Edit: book
1 parent 4ccb150 commit bb6f4fd

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

book.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap", "header", "sitemap-general"],
3-
"pluginsConfig": {
2+
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap-general", "sitemap"],
3+
"pluginsConfig": {
44
"sitemap-general": {
55
"prefix": "https://typescript-kr.gitbooks.io/"
66
},
7-
"addcssjs": {
8-
"css": ["assets/css/atom-one-dark.css"]
9-
},
7+
"addcssjs": {
8+
"css": ["assets/css/atom-one-dark.css"]
9+
},
1010
"favicon": "assets/images/favicon.ico",
1111
"forkmegithub": {
1212
"url": "https://github.com/typescript-kr/typescript-kr.github.io",
@@ -17,6 +17,9 @@
1717
},
1818
"sitemap": {
1919
"hostname": "https://typescript-kr.github.io/"
20+
},
21+
"analytics": {
22+
"google": "UA-99001722-6"
2023
}
21-
}
24+
}
2225
}

0 commit comments

Comments
 (0)