Skip to content

Commit

Permalink
internal(demo): static export deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
hshoff committed Jun 16, 2020
1 parent c56b64b commit 7feb0d6
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/vx-demo/.gitignore
@@ -0,0 +1,3 @@
.vercel
.next
out/
File renamed without changes.
7 changes: 4 additions & 3 deletions packages/vx-demo/package.json
Expand Up @@ -4,9 +4,10 @@
"description": "vx demo",
"repository": "https://github.com/hshoff/vx",
"scripts": {
"dev": "next ./src",
"build": "next build ./src",
"start": "next start ./src"
"dev": "next",
"build": "next build && next export",
"start": "next start",
"preview": "yarn build && cd ./out && npx serve"
},
"keywords": [
"vx",
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packages/vx-demo/vercel.json
@@ -0,0 +1,4 @@
{
"version": 2,
"cleanUrls": true
}

0 comments on commit 7feb0d6

Please sign in to comment.