mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
The previous push deployed an empty production build (404) because GitHub-triggered builds use the repo root, but index.html lives in site/. Manual `vercel --prod` runs from inside site/ worked, but the auto-deploy needs an explicit outputDirectory. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
7 lines
103 B
JSON
7 lines
103 B
JSON
{
|
|
"outputDirectory": "site",
|
|
"framework": null,
|
|
"buildCommand": null,
|
|
"installCommand": null
|
|
}
|