Jacky Zhao
2023-07-10 08f8e3b4a4879dd7c91c16fbce80c4f2bc5e357f
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"