Jacky Zhao
2023-07-07 b3480bdc49120010da8d2805df02cbf84ca08bdc
quartz/path.ts
@@ -60,8 +60,7 @@
}
export function relative(src: string, dest: string): string {
  return "./" + path.relative(src, dest)
  return path.relative(src, dest)
}
export const QUARTZ = "quartz"