diff --git a/packages/astro-ghostcms/src/astro-ghostcms.ts b/packages/astro-ghostcms/src/astro-ghostcms.ts index d9e6f5b3..74d68892 100644 --- a/packages/astro-ghostcms/src/astro-ghostcms.ts +++ b/packages/astro-ghostcms/src/astro-ghostcms.ts @@ -25,7 +25,6 @@ const ENV = loadEnv("all", process.cwd(), "CONTENT_API"); // Import User Configuration Zod Schema import { GhostUserConfigSchema } from "./schemas/userconfig"; -import type { string } from "astro/zod"; /** Astro-GhostCMS Integration * @description This integration allows you to use GhostCMS as a headless CMS for your Astro project