Skip to content

Commit fabf1cf

Browse files
committed
Fix Vercel deployment config
1 parent dad6535 commit fabf1cf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"buildCommand": "npm run build",
3-
"outputDirectory": "dist",
4-
"installCommand": "npm install",
2+
"buildCommand": "cd vix-site && npm run build",
3+
"outputDirectory": "vix-site/dist",
4+
"installCommand": "cd vix-site && npm install",
55
"cleanUrls": true,
66
"trailingSlash": false,
77
"rewrites": [

vix-site/public/data/github_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-05-14T10:19:14.174Z",
3+
"fetched_at": "2026-05-14T10:23:12.973Z",
44
"stars": 426,
55
"forks": 32,
66
"open_issues": 15,

vix-site/src/data/github_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-05-14T10:19:14.174Z",
3+
"fetched_at": "2026-05-14T10:23:12.973Z",
44
"stars": 426,
55
"forks": 32,
66
"open_issues": 15,

0 commit comments

Comments
 (0)