We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae76a9 commit 90022d5Copy full SHA for 90022d5
1 file changed
astro.config.mjs
@@ -1,11 +1,6 @@
1
// @ts-check
2
import { defineConfig } from "astro/config";
3
-import tailwindcss from "@tailwindcss/vite";
4
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
9
10
// https://astro.build/config
11
export default defineConfig({
@@ -19,7 +14,6 @@ export default defineConfig({
19
14
domains: ["images.unsplash.com"], // Allow external images
20
15
},
21
16
vite: {
22
- plugins: [tailwindcss()],
23
17
server: {
24
18
fs: {
25
strict: true,
0 commit comments