Skip to content

Commit 012321c

Browse files
authored
Merge pull request #142 from tam315/cloudflare
migrate to cloudflare
2 parents 45e2756 + 7484a43 commit 012321c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "react-compare-image",
3+
"compatibility_date": "2025-12-16",
4+
"assets": {
5+
"directory": "./dist"
6+
},
7+
"workers_dev": true,
8+
"preview_urls": true,
9+
"routes": [
10+
{
11+
"pattern": "react-compare-image.yuuniworks.com",
12+
"custom_domain": true
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)