Skip to content

Commit

Permalink
update studio
Browse files Browse the repository at this point in the history
  • Loading branch information
kmelve committed Aug 9, 2019
1 parent 9ee3740 commit 4372b23
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -30,7 +30,16 @@
> npm run dev
```

## Deploy as a static site
## Deploy on now

```sh
~/this-blog/web
> npm i -g now
> now login
> now
```

## Deploy as a static site on Netlify

[Read the tutorial](https://www.sanity.io/blog/tutorial-host-your-sanity-based-next-js-project-on-netlify?utm_source=github&utm_campaign=netlifyexport)

Expand Down
20 changes: 10 additions & 10 deletions studio/package.json
Expand Up @@ -5,7 +5,7 @@
"description": "",
"main": "package.json",
"author": "Knut Melvær <knut.melvaer@gmail.com>",
"license": "UNLICENSED",
"license": "MIT",
"scripts": {
"start": "sanity start",
"test": "sanity check"
Expand All @@ -14,15 +14,15 @@
"sanity"
],
"dependencies": {
"@sanity/base": "^0.140.35",
"@sanity/components": "^0.140.35",
"@sanity/core": "^0.140.34",
"@sanity/default-layout": "^0.140.35",
"@sanity/default-login": "^0.140.34",
"@sanity/desk-tool": "^0.140.35",
"prop-types": "^15.6",
"react": "^16.2",
"react-dom": "^16.2"
"@sanity/base": "^0.x",
"@sanity/components": "^0.x",
"@sanity/core": "^0.x",
"@sanity/default-layout": "^0.x",
"@sanity/default-login": "^0.x",
"@sanity/desk-tool": "^0.x",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {}
}

0 comments on commit 4372b23

Please sign in to comment.