quartz/path.ts @@ -12,7 +12,6 @@ const slugParts: string = rawSlugSegments .map((segment) => slugSegment(segment)) .join(path.posix.sep) // .replace(/index$/, '') .replace(/\/$/, '') return path.normalize(slugParts) + sluggedAnchor }