Skip to content

Commit

Permalink
Use correct port in with-zones example (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaswitek authored and timneutkens committed Feb 5, 2018
1 parent 31b8e7e commit 9498fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-zones/blog/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"build": "next build",
"start": "next start -p 4000"
"start": "next start -p 5000"
},
"dependencies": {
"next": "zones",
Expand Down

0 comments on commit 9498fc6

Please sign in to comment.