Divshot was purchased by Firebase
This commit is contained in:
Matthew Dillon 2015-10-29 12:05:28 -07:00
parent 1605f34dcc
commit 0868576a72
2 changed files with 23 additions and 9 deletions

View file

@ -1,9 +0,0 @@
{
"name": "hymenobacterdotinfo",
"root": "./dist",
"routes": {
"/tests": "tests/index.html",
"/tests/**": "tests/index.html",
"/**": "index.html"
}
}

23
firebase.json Normal file
View file

@ -0,0 +1,23 @@
{
"firebase": "hymenobacter-test",
"public": "./dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "/tests",
"destination": "/tests/index.html"
},
{
"source": "/tests/**",
"destination": "/tests/index.html"
},
{
"source": "/**",
"destination": "/index.html"
}
]
}