From 199fd70be476b93d8452f8e109b8631d6e887f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Sat, 23 Jul 2022 11:19:50 +0200 Subject: [PATCH] Heroku config. --- static.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static.json diff --git a/static.json b/static.json new file mode 100644 index 0000000..28da7d1 --- /dev/null +++ b/static.json @@ -0,0 +1,7 @@ +{ + "root": "dist", + "clean_urls": true, + "routes": { + "/**": "index.html" + } + } \ No newline at end of file