Lucretius Biah
Lucretius Biah
@Conduitry The error doesn't occur if `html-minifier` is added as a dependency. It needs to be clearly stated in the docs as it really took long before I found the...
I have found a solution. `html-minifier` can be installed as a dev dependency too. This is how the code should be. ```svelte import { building } from "$app/environment"; const minification_options...
Even though the data from the page is appended, when the browser is loading the page, it only takes into account the last tags so it would use those of...
Then inside the layout, try getting the page data from there
Sorry, I'm kinda busy but try this. Return the SEO data from a load function inside the page. Then inside layout, Try to access it like this ```svelte import {...
I'm yet to look into this issue
@dummdidumm , I think the bug still persists, when trying to set args inside Meta, it's able to get the types correctly but when trying to set the args inside...
Hi @watzon , Is there a way to check the current svelte version with code? I think the solution is to use an if statement and use different code for...
@Shackless , I'd take a look at this
@artiebits , can we re-open this issue, I would like to migrate the project to use $props instead of the let