Skip to content

Commit cc22382

Browse files
nimrodkraclaude
andcommitted
fix: set framework to 'docusaurus' in vercel.json
Use the correct Docusaurus framework preset instead of 'other' to ensure proper build detection and Node.js version handling. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 824280e commit cc22382

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vercel.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"cleanUrls": true,
33
"trailingSlash": false,
4-
"buildCommand": "npm run build",
5-
"installCommand": "npm install",
6-
"framework": "other"
4+
"framework": "docusaurus"
75
}

0 commit comments

Comments
 (0)