From 7c6ec042fdaa8a0ff86d6a5259e5f38a05028d54 Mon Sep 17 00:00:00 2001 From: Adam Mockor Date: Sun, 6 Jan 2019 11:06:53 +0100 Subject: [PATCH] add netlify.toml --- netilfy.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 netilfy.toml diff --git a/netilfy.toml b/netilfy.toml new file mode 100644 index 00000000000..be9bb2bfc50 --- /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