We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad6535 commit fabf1cfCopy full SHA for fabf1cf
3 files changed
vix-site/vercel.json vercel.jsonvix-site/vercel.json renamed to vercel.json
@@ -1,7 +1,7 @@
1
{
2
- "buildCommand": "npm run build",
3
- "outputDirectory": "dist",
4
- "installCommand": "npm install",
+ "buildCommand": "cd vix-site && npm run build",
+ "outputDirectory": "vix-site/dist",
+ "installCommand": "cd vix-site && npm install",
5
"cleanUrls": true,
6
"trailingSlash": false,
7
"rewrites": [
vix-site/public/data/github_stats.json
@@ -1,6 +1,6 @@
"repo": "vixcpp/vix",
- "fetched_at": "2026-05-14T10:19:14.174Z",
+ "fetched_at": "2026-05-14T10:23:12.973Z",
"stars": 426,
"forks": 32,
"open_issues": 15,
vix-site/src/data/github_stats.json
0 commit comments