Skip to content

Commit b561080

Browse files
committed
Update cononical link
1 parent a047b5c commit b561080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quartz/plugins/emitters/aliases.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ async function* processFile(ctx: BuildCtx, file: VFile) {
1616
) as FullSlug
1717

1818
const redirUrl = resolveRelative(aliasTargetSlug, ogSlug)
19-
// Create absolute URL for canonical and meta refresh
2019
const baseUrl = ctx.cfg.configuration.baseUrl || ""
2120
const absoluteUrl = baseUrl ? `https://${baseUrl}/${ogSlug}` : redirUrl
2221

0 commit comments

Comments
 (0)