Skip to content

Commit 35cd6d6

Browse files
committed
chore: netlify config
1 parent 2d3be3f commit 35cd6d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build.environment]
2+
NODE_VERSION = "16"
3+
NPM_FLAGS = "--version" # prevent Netlify npm install
4+
5+
[[redirects]]
6+
from = "/*"
7+
to = "/index.html"
8+
status = 200

0 commit comments

Comments
 (0)