Skip to content

Make demo site Vercel-deployable#10

Merged
anth-volk merged 1 commit intomainfrom
vercel-demo-deploy
Mar 17, 2026
Merged

Make demo site Vercel-deployable#10
anth-volk merged 1 commit intomainfrom
vercel-demo-deploy

Conversation

@anth-volk
Copy link
Contributor

Fixes #9

Summary

  • Set root: 'demo' in vite.demo.config.ts so Vite finds index.html
  • Set build.outDir to demo-dist/ to avoid conflicting with library dist/
  • Dev server and production build both verified locally

Vercel settings

  • Build command: vite build --config vite.demo.config.ts
  • Output directory: demo-dist

Test plan

  • bun run dev:demo still works locally
  • npx vite build --config vite.demo.config.ts produces demo-dist/ with working HTML
  • Deploy to Vercel with the settings above

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@anth-volk anth-volk marked this pull request as ready for review March 17, 2026 16:44
@anth-volk anth-volk merged commit b1f53d6 into main Mar 17, 2026
2 checks passed
@anth-volk anth-volk deleted the vercel-demo-deploy branch March 17, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Demo site not deployable to Vercel

1 participant