- Replace flat mustard with softer champagne tones and gentler shadows - Hero eyebrow: Book direct · Shitaye Suite Hotel - Lighter pattern grid, chips, badges, card hover ring; meetings band ring toned down - Ignore .dev.vars and .wrangler for local secrets and cache Made-with: Cursor
27 lines
669 B
Plaintext
27 lines
669 B
Plaintext
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"main": ".open-next/worker.js",
|
|
"name": "shitaye-hotel",
|
|
"compatibility_date": "2026-03-17",
|
|
"compatibility_flags": [
|
|
"nodejs_compat",
|
|
"global_fetch_strictly_public"
|
|
],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS"
|
|
},
|
|
"services": [
|
|
{
|
|
// Self-reference service binding, the service name must match the worker name
|
|
// see https://opennext.js.org/cloudflare/caching
|
|
"binding": "WORKER_SELF_REFERENCE",
|
|
"service": "shitaye-hotel"
|
|
}
|
|
],
|
|
"images": {
|
|
// Enable image optimization
|
|
// see https://opennext.js.org/cloudflare/howtos/image
|
|
"binding": "IMAGES"
|
|
}
|
|
} |