fix: 优化 Vercel 部署区域配置并升级依赖版本
- 将 Vercel 部署区域从新加坡(sin1)改为香港(hkg1),提升中国大陆访问速度 - 升级 eslint-config-next 至 15.1.11 与 Next.js 版本保持一致 - 修复代码审查中发现的依赖版本不一致问题
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user