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 6d7ab0f commit c3e3997Copy full SHA for c3e3997
src/components/overrides/Head.astro
@@ -6,7 +6,7 @@ import "tippy.js/dist/tippy.css";
6
7
import { getEntry } from "astro:content";
8
import { getOgImage } from "~/util/props";
9
-import { CollectionEntry } from "astro:content";
+import type { CollectionEntry } from "astro:content";
10
11
// grab the current top-level folder. Remove . characters for 1.1.1.1 URL
12
const currentSection = Astro.url.pathname.split("/")[1].replaceAll(".", "");
0 commit comments