- Instagram (careersgatewayaus) + Facebook icons in nav header and footer - WhatsApp also added to footer social row alongside Instagram + Facebook - GOOGLE_SHEET_WEBHOOK set in wrangler.toml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
28 lines
789 B
TOML
28 lines
789 B
TOML
name = "careersgateway"
|
|
main = "src/index.js"
|
|
compatibility_date = "2024-11-01"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[custom_domains]]
|
|
pattern = "careers.bored.investments"
|
|
|
|
[[custom_domains]]
|
|
pattern = "careersgateway.com.au"
|
|
|
|
[[custom_domains]]
|
|
pattern = "www.careersgateway.com.au"
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "careersgateway-db"
|
|
database_id = "d898aeb4-5568-48d5-ba20-4244e467b5de"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "SESSIONS"
|
|
id = "5b40ceec3c6446409351805028e63453"
|
|
|
|
[vars]
|
|
SITE_NAME = "Careers Gateway"
|
|
CONTACT_EMAIL = "Cgabijendra@gmail.com"
|
|
KONPARE_KEY = "ViL_0iMMCdHrXNoEQKFm4P5092ISFcYzEyLmf5MFBKds7Hw5BmORaXu3oGsMB5Lk"
|
|
GOOGLE_SHEET_WEBHOOK = "https://script.google.com/macros/s/AKfycbxthk7AYT1Qaoh55-KlbUPmCTVAysH3O5Mv5GQ2_QV2Amh9j0eLvBBbRRCdFnM9Axoo/exec"
|