Update Vite config and router basename to use root path for production Add CNAME file for custom domain deployment
Set basename in router and base in vite config for production environment Update favicon and fix deploy workflow newline
Add GitHub Actions workflow for automatic deployment to GitHub Pages. Includes build and deploy jobs with pnpm setup and caching. Also update package.json with deploy scripts and vite.config.ts with base URL configuration for production.