Skip to content

Commit 90022d5

Browse files
committed
removed unneeded integrations
1 parent 3ae76a9 commit 90022d5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

astro.config.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// @ts-check
22
import { defineConfig } from "astro/config";
3-
import tailwindcss from "@tailwindcss/vite";
43
import sitemap from "@astrojs/sitemap";
5-
// Image optimization is built into Astro 5.x - no separate package needed
6-
// Compression is handled by Cloudflare Pages automatically
7-
8-
94

105
// https://astro.build/config
116
export default defineConfig({
@@ -19,7 +14,6 @@ export default defineConfig({
1914
domains: ["images.unsplash.com"], // Allow external images
2015
},
2116
vite: {
22-
plugins: [tailwindcss()],
2317
server: {
2418
fs: {
2519
strict: true,

0 commit comments

Comments
 (0)