feat(frontend): update pages, components and branding

Refresh Astro frontend implementation including new pages (Portfolio, Teams, Services), components, and styling updates.
This commit is contained in:
2026-02-11 11:50:42 +08:00
parent be7fc902fb
commit 9c2181f743
49 changed files with 9699 additions and 899 deletions

View File

@@ -0,0 +1,23 @@
{
"$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"
}
}
}
}