Skip to content

Commit 45b00bc

Browse files
gHashTagona-agent
andcommitted
fix: add build config to website/vercel.json for Vercel deployment
Vercel project has Root Directory set to 'website', so it uses website/vercel.json instead of root vercel.json. Added build commands to ensure proper deployment. Co-authored-by: Ona <no-reply@ona.com>
1 parent 560bf2e commit 45b00bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

website/vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"buildCommand": "npm run build",
4+
"outputDirectory": "dist",
5+
"installCommand": "npm install",
6+
"framework": "vite",
27
"cleanUrls": true,
38
"trailingSlash": false,
49
"rewrites": [

0 commit comments

Comments
 (0)