Skip to content

Commit

Permalink
Firebase config for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneeth-pk committed Apr 29, 2021
1 parent 9b65cea commit 78f452e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
/frontend/.firebaserc
/frontend/.firebase
/.env
/docs/.firebase
/docs/.firebaserc
16 changes: 16 additions & 0 deletions docs/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit 78f452e

Please sign in to comment.