monkeytype/firebase.json
Jack 913eecbab9 changed redirects once again
removed functions
2020-05-14 20:22:25 +01:00

28 lines
441 B
JSON

{
"database": {
"rules": "database.rules.json"
},
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/soon",
"destination": "/"
}
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"cleanUrls": true,
"trailingSlash": false
}
}