Oskar Manhart
2023-09-14 14cbbdb8a2f69ebc51cd53a82b50206c543778b0
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",