the cleanUrls option is smarter and looks at headers and mime type to route requests correctly.
10 lines
123 B
JSON
10 lines
123 B
JSON
{
|
|
"database": {
|
|
"rules": "database.rules.json"
|
|
},
|
|
"hosting": {
|
|
"public": "dist",
|
|
"cleanUrls": true
|
|
}
|
|
}
|