Skip to content

Commit

Permalink
firebase hosting for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydanurwin committed Mar 6, 2024
1 parent b8e15ad commit 9c808cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
14 changes: 1 addition & 13 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"projects": {
"default": "little-sticks"
},
"targets": {
"little-sticks": {
"hosting": {
"odyssey-theme": [
"odyssey-theme"
],
"www": [
"little-sticks"
]
}
}
"default": "sapling-supply"
},
"etags": {}
}
9 changes: 4 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"hosting": [
{
"target": "odyssey-theme",
"hosting": {
"site": "odyssey-theme-sapling",
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}]
}
}
}

0 comments on commit 9c808cb

Please sign in to comment.