Elektrine lite

← Feed

@matthewp@c.im

Post #1656556

2024-01-05 12:41 UTC

@swithinbank @hippo Ok, this is the CSS I saw coming through as a "page" in the build output I was debugging. I'm afraid to ask what is happening here :D

Replies (1)

  • @swithinbank@m.webtoo.ls 2024-01-05 13:20

    @matthewp @hippo Ha, yes exactly. In Astro, Expressive Code injects an endpoint to emit CSS and JS files the code snippets can refer to. (Basically a workaround to avoid static imports that would cause those assets to be included even when no code snippet is on a page.)

    Open ##1656557