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

Commit

Permalink
add-hosting-redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Nov 27, 2023
1 parent 76114c0 commit 17ed492
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
"function": "prerender"
}
],
"redirects": [
{
"source": "/sponsoring",
"destination": "https://docs.google.com/presentation/d/1AkKtxpy0y74qsyWJAHfkCL6oLu4hhIXS6A2qs2XhHfo/preview",
"type": 302
},
{
"source": "/faq",
"destination": "https://sunnytech.notion.site/692ef9289bbf4d67a0a4772f1ba32bfb?v=b21ff8dc037b49f2813a3cedeb1af7a9",
"type": 302
}
],
"headers": [
{
"source": "**",
Expand Down

0 comments on commit 17ed492

Please sign in to comment.