So I just updated my portfolio website from astro 2 to 3, and now the CSS is broken, and I have a black screen (caused by the sidebar, because when i remove it, i can see the website again). The template I'm using is using Daisyui.
Is there anything that changed between astro 2 and 3 in term of css?
I tried adding :
// astro.config.mjs
build: {
inlineStylesheets: "never",
},
With no success
(note: I removed my name from the pictures, it's not a bug lol)