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:
parent
87a093f125
commit
e75b5fb75b
|
|
@ -1,7 +0,0 @@
|
|||
{
|
||||
"name": "jeffemmett-canvas",
|
||||
"compatibility_date": "2025-11-16",
|
||||
"assets": {
|
||||
"directory": "./dist"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue