From 74fee1f9c0f11dbf0471f110acdf8239b77d30c8 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 24 Jul 2017 19:03:12 +0100 Subject: [PATCH] static --- static.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static.json diff --git a/static.json b/static.json new file mode 100644 index 0000000..b476665 --- /dev/null +++ b/static.json @@ -0,0 +1,6 @@ +{ + "root": "build/", + "routes": { + "/**": "index.html" + } +}