Commit Graph

2 Commits

Author SHA1 Message Date
lintsinghua 67e050f0e0 chore(vercel): Remove unnecessary environment variables from configuration
- Clean up vercel.json configuration
- Remove hardcoded environment variable references
- Simplify deployment configuration
- Ensures cleaner and more minimal Vercel deployment setup
2025-11-11 17:15:45 +08:00
lintsinghua eec852914a feat(deployment): Add Vercel deployment support and configuration
- Add .vercelignore to exclude unnecessary files from Vercel deployment
- Update README.md and README_EN.md with detailed Vercel deployment instructions
- Create vercel.json with deployment configuration
- Add one-click deployment button and multiple deployment methods
- Include environment variable setup guidance
- Highlight Vercel deployment advantages and important notes
- Improve documentation for easier deployment and setup process
Enhances project deployment flexibility and provides clear, step-by-step guidance for users looking to quickly deploy the application on Vercel.
2025-11-11 17:01:29 +08:00