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