diff --git a/netilfy.toml b/netilfy.toml new file mode 100644 index 0000000000..be9bb2bfc5 --- /dev/null +++ b/netilfy.toml @@ -0,0 +1,10 @@ +[build] + base = "packages/styleguide/" + publish = "packages/styleguide/build/" + command = "npm run build" + +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 + force = true \ No newline at end of file