mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
folder and tag descriptions, re-enable relative pathing
This commit is contained in:
@ -60,8 +60,7 @@ export function relativeToRoot(slug: string, fp: string): string {
|
||||
}
|
||||
|
||||
export function relative(src: string, dest: string): string {
|
||||
return "./" + path.relative(src, dest)
|
||||
|
||||
return path.relative(src, dest)
|
||||
}
|
||||
|
||||
export const QUARTZ = "quartz"
|
||||
|
Reference in New Issue
Block a user