- Changed from 'always' to 'auto' for inlineStylesheets
- Tailwind v4 now properly generates all utility classes
- CSS is properly inlined (4.4KB vs 1KB before)
- All buttons, colors, grid, flex utilities now working
- Removed @astrojs/node import (causes build failure)
- Changed output: 'server' → 'static'
- Works with Docker build (no dependency conflicts)
- All pages still render correctly
- Consent works with localStorage (API routes not supported)
- Removed vite.preview/server config that was causing host blocks
- Since we serve static files via 'serve' package, this config is unnecessary in production
- Astro only builds static files and we serve them directly from dist/ folder
- Eliminates 'Blocked request' error in production