From a3e77fe33e5626c3bbeb31c54fedfec5fe4e88e2 Mon Sep 17 00:00:00 2001 From: PipeItToDevNull Date: Sun, 19 Oct 2025 06:46:36 -0700 Subject: [PATCH] add router for Azure SWA's --- swa/public/routes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 swa/public/routes.json diff --git a/swa/public/routes.json b/swa/public/routes.json new file mode 100644 index 0000000..b057dda --- /dev/null +++ b/swa/public/routes.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { + "route": "/*", + "serve": "/index.html", + "statusCode": 200 + } + ] +}