Skip to content

Commit 0ec63aa

Browse files
committedOct 10, 2021
fixed CNAME
1 parent b649577 commit 0ec63aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs/CNAME

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
geoblaze.io
1+
docs.geoblaze.io

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build:prod:node": "webpack --mode production --target node",
1919
"build:prod:web": "webpack --mode production --target web",
2020
"dev": "webpack --mode development --target node --watch",
21-
"document": "npx documentation build src/** --config documentation.yml -f html -o docs && echo 'geoblaze.io' > docs/CNAME",
21+
"document": "npx documentation build src/** --config documentation.yml -f html -o docs && echo 'docs.geoblaze.io' > docs/CNAME",
2222
"fix": "eslint src --fix",
2323
"format": "npx prettier --arrow-parens=avoid --print-width=160 --trailing-comma=none --write src/*.js src/*/*.js",
2424
"lint": "eslint src",

0 commit comments

Comments
 (0)
Please sign in to comment.