Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,12 @@ Technical requirements
- **Run explicit build analysis** before testnet deployment to identify large or duplicated modules.
- **Audit vendor bundles** and remove unused imports or dynamic-import where feasible.

## ✅ Deployment verification checklist
- Confirm your provider supports HTTP/3 for frontend delivery (Vercel and Netlify enable it on supported clients).
- For a live deployment, verify with:
- `curl -I --http3 https://your-site.example.com`
- Browser DevTools Network panel `Protocol` column showing `h3`.
- If using a custom Docker/Node server, note that HTTP/3 is handled by the hosting/proxy layer, not by `server.js` itself.
- Do not rely on app code alone; deployment behavior is determined by the hosting provider and edge/network configuration.

If you find this useful, please star the project and leave a review! 😁