Skip to content

Commit

Permalink
chore: add firebase integration
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 11, 2022
1 parent fa5f0bf commit 0a47b1d
Show file tree
Hide file tree
Showing 4 changed files with 28,768 additions and 3,100 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "discue-io-docs-ecd49"
}
}
10 changes: 10 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"hosting": {
"public": "./docs/.vuepress/dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}
Loading

0 comments on commit 0a47b1d

Please sign in to comment.