Skip to content

Commit d2ee5f2

Browse files
author
Gareth Redfern
committed
add netlify config
1 parent 096dc7e commit d2ee5f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

netlify.toml

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

0 commit comments

Comments
 (0)