Skip to content

Commit

Permalink
attempt #1
Browse files Browse the repository at this point in the history
  • Loading branch information
klamping committed Mar 9, 2018
1 parent 304b6b2 commit 3edecf2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
ID = "musing-lewin-a6efa4"

[build]
base = ""
publish = "fixtures/dom/build"
command = "yarn build && cd fixtures/dom/ && yarn install && yarn build"
base = "fixtures/dom/"
publish = "build"
command = "yarn install && yarn build"

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = true

0 comments on commit 3edecf2

Please sign in to comment.