Open ildella opened 9 months ago
I've just upgraded to latest SvelteKit 2.5, vite 5.1 and still problem is there.
It must be something in my code but I have no clue where to start looking.
I "fixed" it removing html-minifier-terser in hooks.server
export function handle ({event, resolve}) {
return resolve(event, {transformPageChunk: ({html}) => minify(html, minificationOptions)})
}
This is now commented. I'll explore how to minify stuff built with MDsvex.
Hmmm, this is weird.
Hi. I am experiencing this weird behaviour, on both Firefox and Chromium on Ubuntu.
Go here: https://www.frankie-gpt.com/blog/authentication-with-public-key-cryptography You will probably see that all links and bold are without spaces before and after.
Now if one goes to the main Blog index and clicks on the article, the rendering errors are not there.
What can possibly be the cause?
This is using SvelteKit 1.30 and mdsvex 0.11. Here are some config files: