Upgrade to astro v4
This commit is contained in:
@ -8,12 +8,11 @@ import react from "@astrojs/react";
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
compressHTML: true,
|
||||
server: { port: 3000 },
|
||||
build: {
|
||||
inlineStylesheets: "auto"
|
||||
},
|
||||
experimental: {
|
||||
viewTransitions: true
|
||||
},
|
||||
viewTransitions: true,
|
||||
integrations: [tailwind({
|
||||
config: {
|
||||
applyBaseStyles: false
|
||||
|
Reference in New Issue
Block a user