- 가격표 섹션을 페이지 하단에서 히어로 바로 아래로 이동 - 상단 패딩 축소 (py-24 → pt-12 pb-24) - 서브탭(서울/글로벌 타입) 스타일을 메인탭과 동일하게 통일 - Pages Functions API 프록시 추가 (functions/) - wrangler.toml 및 TypeScript 설정 추가 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
17 lines
459 B
TOML
17 lines
459 B
TOML
name = "anvil-hosting"
|
|
compatibility_date = "2024-01-01"
|
|
pages_build_output_dir = "."
|
|
|
|
[vars]
|
|
WORKER_API_URL = "https://cloud-instances-api.kappa-d8e.workers.dev"
|
|
|
|
# D1 Database binding (cloud-instances-db)
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "cloud-instances-db"
|
|
database_id = "bbcb472d-b25e-4e48-b6ea-112f9fffb4a8"
|
|
|
|
# Environment variables for local development
|
|
# Production secrets should be set via:
|
|
# wrangler pages secret put WORKER_API_KEY
|