Refresh Astro frontend implementation including new pages (Portfolio, Teams, Services), components, and styling updates.
23 lines
584 B
JSON
23 lines
584 B
JSON
{
|
|
"$schema": "./node_modules/wrangler/config-schema.json",
|
|
"name": "enchun-frontend",
|
|
"main": "./dist/_worker.js/index.js",
|
|
"compatibility_date": "2025-01-19",
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
],
|
|
"assets": {
|
|
"directory": "./dist"
|
|
},
|
|
"vars": {
|
|
"PAYLOAD_CMS_URL": "https://enchun-admin.anlstudio.cc"
|
|
},
|
|
"env": {
|
|
"production": {
|
|
"name": "enchun-frontend-production",
|
|
"vars": {
|
|
"PAYLOAD_CMS_URL": "https://enchun-admin.anlstudio.cc"
|
|
}
|
|
}
|
|
}
|
|
} |