We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a047b5c commit b561080Copy full SHA for b561080
quartz/plugins/emitters/aliases.ts
@@ -16,7 +16,6 @@ async function* processFile(ctx: BuildCtx, file: VFile) {
16
) as FullSlug
17
18
const redirUrl = resolveRelative(aliasTargetSlug, ogSlug)
19
- // Create absolute URL for canonical and meta refresh
20
const baseUrl = ctx.cfg.configuration.baseUrl || ""
21
const absoluteUrl = baseUrl ? `https://${baseUrl}/${ogSlug}` : redirUrl
22
0 commit comments