Skip to content

Commit 3c98163

Browse files
committed
fix(build): Add basic netlify toml
1 parent 513ebf9 commit 3c98163

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

netlify.toml

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

0 commit comments

Comments
 (0)