yew/firebase.json
Justin Starry 0220506b74
Versioned docs (#1499)
* Setup versioned docs

* Create docs version 0.17.3

* Add translated versioned docs
2020-08-17 19:44:01 +08:00

17 lines
247 B
JSON

{
"hosting": {
"public": "website/build/yew",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}