Skip to content

Commit

Permalink
update fern-dashboard's vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Sep 14, 2024
1 parent 511c260 commit 7f75f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ui/fern-dashboard/vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
"$schema": "https://openapi.vercel.sh/vercel.json",
"framework": "vite",
"rewrites": [{ "source": "/(.*)", "destination": "/" }],
"ignoreCommand": "pnpx turbo-ignore --fallback=HEAD^1"
}

0 comments on commit 7f75f97

Please sign in to comment.