Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 075457d

Browse files
author
Compey
authoredMay 2, 2022
🔧 Add vercel configs to fix headers on /get redirect
1 parent 92c4efe commit 075457d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"redirects": [
3+
{ "source": "/get", "destination": "https://github.com/flightpkg/flight/releases/download/v0.0.5/install.sh" }
4+
]
5+
}

1 commit comments

Comments
 (1)

vercel[bot] commented on May 2, 2022

@vercel[bot]
Please sign in to comment.