production settings
This commit is contained in:
11
WEB/firebase.json
Normal file
11
WEB/firebase.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "dist/wgenerator",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user