fix: 优化 Vercel 部署区域配置并升级依赖版本

- 将 Vercel 部署区域从新加坡(sin1)改为香港(hkg1),提升中国大陆访问速度
- 升级 eslint-config-next 至 15.1.11 与 Next.js 版本保持一致
- 修复代码审查中发现的依赖版本不一致问题
This commit is contained in:
蔡浩涵
2026-01-11 11:11:19 +08:00
parent 5721206516
commit 7bfdb920a6
3 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"eslint-config-next": "15.1.11",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.4.2",