conql
conql
Encountered this too.   Works fine when the zoom level of the page is 25%, but not when zoom level is bigger.
### Steps to Reproduce In official live demo, type in the following Latex code and zoom to different level. ```latex $$ \left. \begin{array}{c} x \equiv a_{1}\pmod m_{1} \\ x \equiv...
Changes have been made.
> 自定义请求头一般是不会影响的,目测可能是app:// scheme的问题 又测试了一下,好像不是  复现代码: ```javascript await fetch("https://api.chatnio.net/v1/models",{ method:"GET", headers:{ } }).then(t=>t.json()).then(t=>console.log("No header",t)) await fetch("https://api.chatnio.net/v1/models",{ method:"GET", headers:{ "X-Stainless-Lang":"js" } }).then(t=>t.json()).then(t=>console.log("Has header",t)) ```

在 https://chatnio.net 上跑也一样
I have managed to successfully deploy Anse on Cloudflare Pages. I modified the astro.config.mjs file accordingly as you did. I also ensured that the "OUTPUT" environment variable is set to...
Are there any updates or workarounds?