From 35082aae25944ac82413144a85821b72f322dbfe Mon Sep 17 00:00:00 2001 From: Pedro Ramirez Date: Fri, 10 Oct 2025 14:50:17 -0500 Subject: [PATCH] fix render issue --- code/frontend/static.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/frontend/static.json diff --git a/code/frontend/static.json b/code/frontend/static.json new file mode 100644 index 0000000..5b0183e --- /dev/null +++ b/code/frontend/static.json @@ -0,0 +1,7 @@ +{ + "root": "dist", + "clean_urls": true, + "routes": { + "/**": "index.html" + } +} \ No newline at end of file