Add static pages

This commit is contained in:
mjrode
2019-04-06 03:45:00 -05:00
parent bb230baef2
commit bdedac9bed

7
static.json Normal file
View File

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