So I am using webcontainers in my project which needs certain headers to work, is there any way I can do that ?
In vercel it is possible with vercel.json
and in cloudflare it was possible with _headers
file.
WebContainers Docs: https://webcontainers.io/guides/configuring-headers
TL;DR
Developers are wondering if they can set custom headers for static Vite Appwrite sites. They need certain headers for webcontainers to work. Solutions include using `vercel.json` for Vercel or `_headers` file for Cloudflare. Check out the WebContainers Docs for more info: https://webcontainers.io/guides/configuring-headers.