Jacky Zhao
2024-01-31 4e5643fb492415ac496b7b3f35cc0ae04e5a43c0
quartz/plugins/emitters/static.ts
@@ -8,7 +8,7 @@
  getQuartzComponents() {
    return []
  },
  async emit({ argv, cfg }, _content, _resources, _emit): Promise<FilePath[]> {
  async emit({ argv, cfg }, _content, _resources): Promise<FilePath[]> {
    const staticPath = joinSegments(QUARTZ, "static")
    const fps = await glob("**", staticPath, cfg.configuration.ignorePatterns)
    await fs.promises.cp(staticPath, joinSegments(argv.output, "static"), {