From 6d7280566e40203af2f9fbeaef1b97b96ca0ecfe Mon Sep 17 00:00:00 2001 From: Emanuel Almeida Date: Mon, 1 Jan 2001 00:00:00 +0000 Subject: [PATCH] feat: add serve.json for SPA routing (callback redirect) --- public/serve.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/serve.json diff --git a/public/serve.json b/public/serve.json new file mode 100644 index 0000000..bac26a5 --- /dev/null +++ b/public/serve.json @@ -0,0 +1,5 @@ +{ + "rewrites": [ + { "source": "**", "destination": "/index.html" } + ] +}