diff --git a/static/serve.json b/static/serve.json new file mode 100644 index 00000000..686b6074 --- /dev/null +++ b/static/serve.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "!(.well-known)/**/!(*.*)", + "destination": "/index.html" + } + ] +}