Jason
Jason
Temporary workaround for development: - Set `outputDir` to NOT include `static`, so that the image file paths in the HTML do not include `static`. ``` // svelte.config.js ... imagePreprocessor({ inputDir:...
Thanks for the response. Up to you if you want to document it differently. FWIW, it would seem more intuitive to make both relative to the project root. I've more...
I did some quick research on this. `svimg` appears to be doing it correctly, assuming the dev passes an `alt` attribute to their `Image` component. With the `picture` element, the...
Using a commit as the version would provide stability, but wouldn't allow any minor or patch versions to be used automatically
Can add to the base UI scaffolds too
Prior version: https://github.com/MinaProtocol/docs/blob/main/pages/en/node-operators/transaction-failures.mdx
It sounds like Protocol team is going to work on this page CC @deepthiskumar
Personally, I'd only want to see the actual date as ISO8601, and not a relative date, given this is for viewing my canonical data and isn't an end user's UX
The `overflow:hidden` should be added to the root/HTML element, not the body. It will cause fewer conflicts with user styles. When it exists on the body element, it will encounter...
It won't work out of the box unfortunately bc super sitemap depends on reading the routes from disk and parsing them. Paraglide adds a couple curve balls: 1) lack of...