Files
devhub/now.json
Bruno Lemos 6535315b3c Revert "Use www instead of naked domain"
This reverts commit 923bc6ca77.
2018-12-10 02:57:45 -02:00

16 lines
260 B
JSON

{
"name": "devhub",
"alias": "devhubapp.com",
"version": 2,
"builds": [
{ "src": "packages/web/dist/**", "use": "@now/static" }
],
"routes": [
{
"src": "/(.*)",
"dest": "/packages/web/dist/$1"
}
],
"regions": ["gru1"]
}