Skip to content

Commit 3edecf2

Browse files
committed
attempt #1
1 parent 304b6b2 commit 3edecf2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

netlify.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
ID = "musing-lewin-a6efa4"
33

44
[build]
5-
base = ""
6-
publish = "fixtures/dom/build"
7-
command = "yarn build && cd fixtures/dom/ && yarn install && yarn build"
5+
base = "fixtures/dom/"
6+
publish = "build"
7+
command = "yarn install && yarn build"
88

99
[[redirects]]
1010
from = "/*"
1111
to = "/index.html"
1212
status = 200
13-
force = true

0 commit comments

Comments
 (0)