fix: remove wrangler.jsonc causing Pages to use wrong deploy method

Remove wrangler.jsonc from root - it was causing Cloudflare Pages to try
deploying via Wrangler instead of using the standard Pages deployment.

Pages should build with npm run build and automatically deploy dist/ directory.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-11-16 05:20:28 -07:00
parent 87a093f125
commit e75b5fb75b
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
{
"name": "jeffemmett-canvas",
"compatibility_date": "2025-11-16",
"assets": {
"directory": "./dist"
}
}