folder and tag descriptions, re-enable relative pathing
This commit is contained in:
parent
2a17431460
commit
974b0da308
5 changed files with 12 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue