mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-13 02:55:07 +08:00
da5e16525c
removed functions
27 lines
441 B
JSON
27 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
|
|
}
|
|
}
|