mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
the cleanUrls option is smarter and looks at headers and mime type to route requests correctly.
9 lines
123 B
JSON
9 lines
123 B
JSON
{
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
},
|
|
"hosting": {
|
|
"public": "dist",
|
|
"cleanUrls": true
|
|
}
|
|
}
|