Skip to content

Commit

Permalink
change host provider from netlify => to surge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohans Emmanuel committed Apr 13, 2019
1 parent abc347d commit 0a6da89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
https://react-hooks-cheatsheet.com
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -3,9 +3,6 @@
<img src="https://i.imgur.com/RELWys6.png" alt="react-hooks-cheatsheet" title="react-hooks-cheatsheet" width="300">
</a>
</h1>

[![Netlify Status](https://api.netlify.com/api/v1/badges/cc3a5289-5e78-4db3-bea2-07e97ba73abb/deploy-status)](https://app.netlify.com/sites/react-hooks-cheatsheet/deploys)

<p align="center" style="font-size: 1.2rem;">A Cheatsheet with live editable examples 馃挭</p>

- A one-stop reference for the React hooks APIs
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"scripts": {
"start": "docz dev",
"build": "docz build",
"surge": "yarn run build && npx surge .docz/dist --domain https://react-hooks-cheatsheet.com",
"test": "npm test"
},
"author": "Ohans Emmanuel",
Expand Down

0 comments on commit 0a6da89

Please sign in to comment.