mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"hosting": {
|
|
"public": "dist",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
|
"rewrites": [
|
|
{
|
|
"source": "/privacy-policy",
|
|
"destination": "/privacy-policy.html"
|
|
},
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
],
|
|
"cleanUrls": true,
|
|
"trailingSlash": false
|
|
}
|
|
// },
|
|
// "functions": {
|
|
// "predeploy": [
|
|
// "npm --prefix \"$RESOURCE_DIR\" run lint"
|
|
// ]
|
|
// }
|
|
}
|