Yusuke Wada
Yusuke Wada
Hi @usualoma I need your help! What do you think about this issue? I've been struggling to resolve it for a long time, but I can't. This means using `hono-island`...
@usualoma Thank you for your response! > If this is only "to solve the CSS problem", then I feel that the current `hono-island` approach would be better. I'm also thinking...
@usualoma > I don't want to add the server configuration item if possible, but I don't think there is any other way. Hmm. I also don't want to do it....
Hi @watany-dev @usualoma As mentioned by @watany-dev, if we use `c.text('foo')` in a simple case, Hono does not add `Content-Type`: ```ts app.get('/', (c) => c.text('foo')) ``` This is because the...
This was fixed! Thanks @usualoma !
Hi @Jxck I appreciate your suggestion. It makes sense to me. I also the `strict-origin-when-cross-origin` is good. @watany-dev What do you think about this?
Thank you @usualoma ! I'll merge this into the "next" branch, which I will create later. The next minor version will be shipped soon!
Hi @akku1139 ! Thanks for your proposal. I'm not 100% sure I understand the directory routing for SvelteKit and Next.js App Router, but what is the difference between using `index.tsx`...
@babie @akku1139 Thanks! Could understand. But I want to have a little bit of time to learn about it and consider it!