diff --git a/wasm/public/redirects.toml b/wasm/public/redirects.toml new file mode 100644 index 0000000..974b85b --- /dev/null +++ b/wasm/public/redirects.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "/*" + to = "/" + status = 200 + force = true \ No newline at end of file