Skip to content

Commit abc3ca1

Browse files
authored
Merge pull request #16 from VirtusLab-Open-Source/fix/imports-after-5-19-astro-bump
fix: imports after introducing astro 5.19 dependency
2 parents 8319ed8 + 91af21c commit abc3ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/strapi.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { z, defineCollection, CollectionConfig } from "astro:content";
1+
import { z, defineCollection } from "astro:content";
2+
import type { CollectionConfig } from "astro/content/config";
23

34
import type { StrapiComponent, StrapiContentType, StrapiResponse } from "../types/strapi";
45
import { StrapiSchemaGenerator } from "./schema";

0 commit comments

Comments
 (0)