Skip to content

Commit cb0837d

Browse files
Update script to deploy netlify
1 parent a6add6b commit cb0837d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

netlify.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[build]
2-
publish = "public"
2+
publish = "build"
33
command = "yarn run build"
4+
5+
[[redirects]]
6+
from = "/*"
7+
to = "/index.html"
8+
status = 200
9+
410
[build.environment]
511
YARN_VERSION = "1.21.0"

0 commit comments

Comments
 (0)