Skip to content

Commit 86bb866

Browse files
feat: add toml for netlify (#13)
1 parent e7fd034 commit 86bb866

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 = "frontend"
3+
publish = "dist"
4+
command = "npm run build"
5+
6+
[[redirects]]
7+
from = "/*"
8+
to = "/index.html"
9+
status = 200

0 commit comments

Comments
 (0)