From bbf3b7e00c7a8022466c4c5ac026b3ca1d053e51 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 19 Jul 2024 15:54:28 +0300 Subject: [PATCH] --- astro.config.ts | 1 - package.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 1e52be29..a1c0bc36 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -12,7 +12,6 @@ export default (await import("astro/config")).defineConfig({ : null, (await import("@astrojs/sitemap")).default(), (await import("@playform/inline")).default({ Logger: 1 }), - (await import("@astrojs/prefetch")).default(), (await import("@playform/format")).default({ Logger: 1 }), (await import("@playform/compress")).default({ Logger: 1 }), ], diff --git a/package.json b/package.json index 54832a79..35beee2d 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "postcss-import": "16.1.0", "postcss-reporter": "7.1.0", "postcss-url": "10.1.3", - "tailwindcss": "4.0.0-alpha.17", + "tailwindcss": "0.0.1", "typescript": "5.6.0-dev.20240719", - "zod": "4.0.0-beta.1" + "zod": "0.0.1" }, "publishConfig": { "access": "public"