mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
27 lines
No EOL
482 B
JSON
27 lines
No EOL
482 B
JSON
{
|
|
"hosting": {
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"redirects": [{
|
|
"source": "/soon",
|
|
"destination": "/",
|
|
"type": 301
|
|
}],
|
|
"rewrites": [{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false
|
|
}
|
|
// },
|
|
// "functions": {
|
|
// "predeploy": [
|
|
// "npm --prefix \"$RESOURCE_DIR\" run lint"
|
|
// ]
|
|
// }
|
|
} |