Skip to content

Commit 1e15bfb

Browse files
sidmohan0claude
andcommitted
Add vercel.json for static site deployment
Vercel was failing because it detected Cargo.toml and didn't know how to build the project. This config tells Vercel to serve the root directory as a static site with no build step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a354de commit 1e15bfb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"buildCommand": "",
3+
"outputDirectory": ".",
4+
"framework": null,
5+
"rewrites": [
6+
{ "source": "/(.*)", "destination": "/index.html" }
7+
]
8+
}

0 commit comments

Comments
 (0)