Skip to content

Commit c3e3997

Browse files
committed
fix type import
1 parent 6d7ab0f commit c3e3997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overrides/Head.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "tippy.js/dist/tippy.css";
66
77
import { getEntry } from "astro:content";
88
import { getOgImage } from "~/util/props";
9-
import { CollectionEntry } from "astro:content";
9+
import type { CollectionEntry } from "astro:content";
1010
1111
// grab the current top-level folder. Remove . characters for 1.1.1.1 URL
1212
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");

0 commit comments

Comments
 (0)