Jacky Zhao
2023-08-17 2f6747b1666316e579c6e7238092ac6a65d00925
quartz/plugins/emitters/static.ts
@@ -1,7 +1,7 @@
import { FilePath, QUARTZ, joinSegments } from "../../path"
import { FilePath, QUARTZ, joinSegments } from "../../util/path"
import { QuartzEmitterPlugin } from "../types"
import fs from "fs"
import { glob } from "../../glob"
import { glob } from "../../util/glob"
export const Static: QuartzEmitterPlugin = () => ({
  name: "Static",