feat: heroku build

This commit is contained in:
Alexandr
2022-07-23 12:48:15 +03:00
parent 2f750f804f
commit 0d7859c92f
6 changed files with 13 additions and 43 deletions

6
static.json Normal file
View File

@@ -0,0 +1,6 @@
{
"routes": {
"/assets/*": "/assets/",
"/**": "index.html"
}
}