Skip to content

Commit

Permalink
Create firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alerezaaa authored Apr 13, 2024
1 parent 69ddf7e commit 0449c87
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"hosting": {
"public": "/",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [ {
"source": "http://",
"destination": "https://",
"type": 301
} ],
"github": {
"repo": "alerezaaa/resume",
"branch": "main" // or specify your desired branch
}
}
}

0 comments on commit 0449c87

Please sign in to comment.