saleor-dashboard/static.json

8 lines
98 B
JSON
Raw Normal View History

2019-09-22 12:30:10 +00:00
{
"root": "build/dashboard/",
"https_only": true,
"routes": {
"/**": "index.html"
}
}