Skip to content

Commit

Permalink
fix: make sure static site includes CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed Feb 17, 2021
1 parent 3bd3448 commit 59f9490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions website/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.getunleash.ai
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"examples": "docusaurus-examples",
"start": "docusaurus-start",
"build": "docusaurus-build",
"postbuild": "cp README.md build/unleash.github.io/README.md",
"postbuild": "cp README.md build/unleash.github.io/README.md && cp CNAME build/unleash.github.io/CNAME",
"publish-gh-pages": "docusaurus-publish",
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
Expand Down

0 comments on commit 59f9490

Please sign in to comment.