Skip to content

Commit 0a67c7e

Browse files
chibicodetimneutkens
authored andcommitted
Update basic-export to use zero config support (vercel#10079)
1 parent 4e71121 commit 0a67c7e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

examples/basic-export/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ yarn dev
4040
Deploy it to the cloud with [now](https://zeit.co/now) ([download](https://zeit.co/download)):
4141

4242
```bash
43-
npm run export
44-
cd out
4543
now
4644
```
4745

examples/basic-export/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
"version": "1.0.0",
44
"scripts": {
55
"dev": "next",
6-
"build": "next build",
7-
"start": "next start",
8-
"export": "next export"
6+
"build": "next build && next export",
7+
"start": "next start"
98
},
109
"dependencies": {
1110
"next": "latest",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy