From 0449c8720fee45c569d566055fcf54c59db517ac Mon Sep 17 00:00:00 2001 From: Alireza Dehghanzadeh <86428901+alerezaaa@users.noreply.github.com> Date: Sat, 13 Apr 2024 12:35:45 +0330 Subject: [PATCH] Create firebase.json --- firebase.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 firebase.json diff --git a/firebase.json b/firebase.json new file mode 100644 index 00000000000..fa7b84c222f --- /dev/null +++ b/firebase.json @@ -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 + } + } +}