Sokrates
Sokrates
I have no idea as to why this is occuring ``` SvelteKitError: Not found: /dashboard/Toaster.svelte at resolve (~\node_modules\@sveltejs\kit\src\runtime\server\respond.js:522:13) at resolve (~\node_modules\@sveltejs\kit\src\runtime\server\respond.js:322:5) at resolve (~\node_modules\@sveltejs\kit\src\exports\hooks\sequence.js:115:9) at routing (~\src\hooks.server.ts:96:25) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)...
I got an iframe with media-queries, it needs the width of the iframe to be 100% otherwise the media queries won't work, but at the same time, I don't want...
Hi, Good job on Hono! Followed this [hono-example-blog example](https://github.com/honojs/examples/tree/main/blog). The route will become /post/post, not /post. Index.ts should have this instead, think it would fix it. ``` app.route('/', middleware) app.route('/',...
Currently I use an url that is pointing to my image. But I can't figure out how to include a static image. Would really appreciate if anyone could provide an...
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [x] I have tried upgrading by running `bundle update vite_ruby`. - [x] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...