fix: Remove inlineStylesheets to fix Tailwind v4 CSS
This commit is contained in:
@@ -5,9 +5,6 @@ import tailwindcss from '@tailwindcss/vite';
|
|||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'static',
|
output: 'static',
|
||||||
build: {
|
|
||||||
inlineStylesheets: 'always',
|
|
||||||
},
|
|
||||||
vite: {
|
vite: {
|
||||||
plugins: [tailwindcss()],
|
plugins: [tailwindcss()],
|
||||||
preview: {
|
preview: {
|
||||||
|
|||||||
2
dist/blog/index.html
vendored
2
dist/blog/index.html
vendored
File diff suppressed because one or more lines are too long
2
dist/products/index.html
vendored
2
dist/products/index.html
vendored
File diff suppressed because one or more lines are too long
2
node_modules/.astro/data-store.json
generated
vendored
2
node_modules/.astro/data-store.json
generated
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user