Skip to content

Commit 92540d3

Browse files
Create netlify.toml
1 parent 6b08be8 commit 92540d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

netlify.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build]
2+
base = "client"
3+
publish = "build"
4+
command = "CI= npm run build"
5+
6+
[[redirects]]
7+
from = "/*"
8+
to = "/index.html"
9+
status = 200

0 commit comments

Comments
 (0)