diff --git a/quartz/components/Head.tsx b/quartz/components/Head.tsx index 7f4283861..227a334de 100644 --- a/quartz/components/Head.tsx +++ b/quartz/components/Head.tsx @@ -3,7 +3,7 @@ import { FullSlug, joinSegments, pathToRoot } from "../util/path" import { JSResourceToScriptElement } from "../util/resources" import { QuartzComponentConstructor, QuartzComponentProps } from "./types" import satori, { SatoriOptions } from "satori" -import * as fs from "fs" +import fs from "fs" import { ImageOptions, SocialImageOptions, getSatoriFont } from "../util/imageHelper" import sharp from "sharp" import { defaultImage } from "../util/socialImage"