Skip to content

Commit

Permalink
chore(docs): init firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed May 9, 2022
1 parent fc6fc69 commit 1d37545
Show file tree
Hide file tree
Showing 4 changed files with 35,771 additions and 10,207 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-ui-docs"
}
}
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/**"
]
}
}

0 comments on commit 1d37545

Please sign in to comment.