add detail promotion

This commit is contained in:
Zuhdan Ubay 2020-05-19 09:50:27 +07:00
parent 65221ecbea
commit 7c825ed491
10 changed files with 380 additions and 28 deletions

16
firebase.json Normal file
View file

@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}