#consistant bundle id across pages for a shared css file

1 messages · Page 1 of 1 (latest)

full notch
#

So on my website https://arnorhs.dev -- each of the astro pages imports the same css file (postcss -> tailwind) -- it's the same global css file that's being processed and imported, but each of them gets their own name eg. about.8644a2a1.css, archive.08d3280d.css etc -- I would like to override the bundle name to make them all use the same one, or hint towards astro somehow that it's the same file

kind kettle