Skip to content

Commit

Permalink
Attempt to add a redirect for .well-known/...
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Oct 2, 2024
1 parent a61d085 commit 4075dc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontpage/vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"rewrites": [
{
"source": "/.well-known/acme-challenge/IZ3li86N6QQwPnmH5MnoZVaxesJ8qT8Q8s1AcvN6IIg",
"destination": "/well-known/acme-challenge/IZ3li86N6QQwPnmH5MnoZVaxesJ8qT8Q8s1AcvN6IIg"
},
{
"source": "/addons",
"destination": "https://web-addon-catalog.vercel.app/addons"
Expand Down

0 comments on commit 4075dc9

Please sign in to comment.