fix: Remove inlineStylesheets to fix Tailwind v4 CSS

This commit is contained in:
Kunthawat
2026-03-12 17:32:57 +07:00
parent fb89ca7d2b
commit 3ab92fce25
4 changed files with 3 additions and 6 deletions

View File

@@ -5,9 +5,6 @@ import tailwindcss from '@tailwindcss/vite';
// https://astro.build/config
export default defineConfig({
output: 'static',
build: {
inlineStylesheets: 'always',
},
vite: {
plugins: [tailwindcss()],
preview: {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long