Skip to content

Commit 65b581f

Browse files
author
Peter Bengtsson
authored
don't set context.relativePath in Page.render (#33288)
1 parent d803178 commit 65b581f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/page.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ class Page {
187187
textOnly: true,
188188
})
189189

190-
context.relativePath = this.relativePath
191190
const html = await renderContentWithFallback(this, 'markdown', context)
192191

193192
// Adding communityRedirect for Discussions, Sponsors, and Codespaces - request from Product

0 commit comments

Comments
 (0)