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" + } +}