Skip to content

Commit

Permalink
add next.config.js for v3 next export example with-dynamic-import (ve…
Browse files Browse the repository at this point in the history
…rcel#1976)

* add next.config.js file for static routes

* reverted start npm script to default

* eslint fix

* fix curl command in README

* remove next config
  • Loading branch information
johhansantana authored and arunoda committed May 16, 2017
1 parent 27be055 commit dff20ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/with-dynamic-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Download the example [or clone the repo](https://github.com/zeit/next.js):

```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/shared-modules
cd shared-modules
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-dynamic-import
cd with-dynamic-import
```

Install it and run:
Expand Down
2 changes: 1 addition & 1 deletion examples/with-dynamic-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"async-reactor": "^1.1.1",
"next": "*",
"next": "^3.0.0-beta3",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
Expand Down

0 comments on commit dff20ea

Please sign in to comment.