Heroku config.

This commit is contained in:
Zoltán Szőgyényi
2022-07-23 11:19:50 +02:00
parent 5604821e8f
commit 199fd70be4

7
static.json Normal file
View File

@@ -0,0 +1,7 @@
{
"root": "dist",
"clean_urls": true,
"routes": {
"/**": "index.html"
}
}