Update project configuration and dependencies for improved compatibility and performance.
- Added .wrangler/ to .gitignore to exclude Wrangler configuration files.
- Updated astro.config.mjs to resolve the wrangler.jsonc path dynamically.
- Upgraded dependencies in package.json and package-lock.json, including @astrojs/cloudflare to version 13.0.2 and astro to version 6.0.2.
- Changed project type to module and specified Node.js engine version in package.json.
- Updated wrangler.jsonc main entry point to use @astrojs/cloudflare/entrypoints/server.
- Refactored imports in src/actions/index.ts and src/pages/@[handle].astro for better compatibility with Astro's latest API.
- Enhanced metadata handling in various .astro files for improved SEO and performance.