Skip to content

Commit

Permalink
Set up firenase hosting for Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Amursky committed Nov 17, 2023
1 parent 409bc8e commit cc54842
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "public",
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
],
"frameworksBackend": {
"region": "us-central1"
}
},
"storage": {
"rules": "storage.rules"
Expand Down

0 comments on commit cc54842

Please sign in to comment.