Skip to content

Commit

Permalink
Merge branch 'implement-attestation-registry' of https://github.com/k…
Browse files Browse the repository at this point in the history
…risoshea-eth/Solas into implement-attestation-registry
  • Loading branch information
RojhatToptamus committed Jun 25, 2024
2 parents a9b638a + 298bdfc commit 9cae1fb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"builds": [
{
"src": "packages/nextjs/package.json",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "packages/nextjs/$1"
}
]
}

0 comments on commit 9cae1fb

Please sign in to comment.