mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-28 07:14:05 -06:00
fix: file system import
This commit is contained in:
parent
32f8a1ea7d
commit
c163cceb1f
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user