aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vercel.json
blob: 7081d196161905cd58acd85faca26d91d5829226 (plain) (blame)
1
2
3
4
5
6
7
8
{
    "rewrites": [
      {
        "source": "/envshare/(.*)",
        "destination": "/api/.page.tsx"
      }
    ]
  }