moritzlaube

Results 10 comments of moritzlaube

One more thing: It seems like it has something to do with the Meta Pixel script in the BaseHead component. When I am taking it out, the scripts don't appear...

Could this issue have something to do with it: https://github.com/withastro/compiler/issues/225? Now, the compiler seems to process the noscript tags. But when using a Meta Pixel the src of the used...

This is how the `noscript` section of the Meta Pixel looks like: ``` ```

MDN says that the `` tag may only contain `script`, `link` or `style` tags when used in the `head`. So technically, the Meta (facebook) Pixel `noscript` tag shouldn't be used...

I am experiencing a similar thing. I have - a prerendered +layout.server.js file that is loading data - a data-sveltekit-preload-data="hover" attribute on the body tag - a page transition handled...

We have opened an issue quite a while ago that is discussing the exact same problem. Just to get everyone on the same page: https://github.com/withastro/astro/issues/4863#issuecomment-2472642951 And I still think it...

Sorry @markpinero, I just saw that you were referring to it already.

Hi everyone! I've started a discussion about tree-shaking unnecessary components for static builds with CMS page builders here: https://github.com/withastro/roadmap/discussions/1054 Would love to hear your thoughts! My knowledge is clearly limited,...

Just for the record, anyone finding this: The extension "Import cost" did cause my extension host to crash constantly. I found out with the recommended bisect method. Uninstalling the extension...