Adam Brangenberg
2023-07-31 cbae88fc4e9b98764cfccca2e85f265c4b894573
quartz/plugins/emitters/aliases.ts
@@ -13,7 +13,7 @@
  getQuartzComponents() {
    return []
  },
  async emit({argv}, content, _resources, emit): Promise<FilePath[]> {
  async emit({ argv }, content, _resources, emit): Promise<FilePath[]> {
    const fps: FilePath[] = []
    for (const [_tree, file] of content) {