Skip to content

Commit 1181eb5

Browse files
committed
fix Cloudflare Pages deploy: use assets config instead of pages
1 parent d507e4d commit 1181eb5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

wrangler.jsonc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "node_modules/wrangler/config-schema.json",
3-
"pages": {
4-
"build_command": "pnpm demo:build",
5-
"build_output_dir": "packages/demo/dist",
3+
"name": "react-avatar-editor",
4+
"compatibility_date": "2026-03-21",
5+
"assets": {
6+
"directory": "packages/demo/dist",
67
},
78
}

0 commit comments

Comments
 (0)