Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: / to /dev 302 redirect migration from CloudFlare (#183)
Browse files Browse the repository at this point in the history
* fix: / to /dev 302 redirect migration from CloudFlare

* Removing wildcard (as it was in CF)

* Changed redirect to 302
  • Loading branch information
hatemosphere authored Nov 23, 2022
1 parent cd38543 commit d84e905
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@
}
]
}
],
"redirects": [
{
"source": "/",
"destination": "/dev",
"type": 302
}
]
}
]
Expand Down

0 comments on commit d84e905

Please sign in to comment.