Skip to content

Instantly share code, notes, and snippets.

@pmcalabrese
Created December 11, 2018 09:04
Show Gist options
  • Save pmcalabrese/c473e56dd5dee66256f1dd1b1a5eb306 to your computer and use it in GitHub Desktop.
Save pmcalabrese/c473e56dd5dee66256f1dd1b1a5eb306 to your computer and use it in GitHub Desktop.
now.json
{
"version": 2,
"alias": ["tstc.now.sh"],
"builds": [
{ "src": "./build/**", "use": "@now/static"}
],
"routes": [
{ "src": "^/", "dest": "/build/index.html" },
{ "src": "^/favicon.ico", "dest": "/build/favicon.ico" },
{ "src": "^/static/(.*)", "dest": "/build/static/$1" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment